Annotation Interface Priority


@Retention(RUNTIME) @Target(TYPE) public @interface Priority
Define the priority of a Randomizer or a RandomizerRegistry.
Author:
RĂ©mi Alvergnat ([email protected])
  • Required Element Summary

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

    • value

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