Annotation Type Priority


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface Priority
    Define the priority of a Randomizer or a RandomizerRegistry.
    Author:
    Rémi Alvergnat (toilal.dev@gmail.com)
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int value
      The priority of the object.
    • Element Detail

      • value

        int value
        The priority of the object.
        Returns:
        the priority of the object