Annotation Type Order


@Retention(RUNTIME) @Target(TYPE) public @interface Order
Identifies the relative ordering of a ConfigurationFactory plugin.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    The priority of this annotated type.
  • Element Details

    • value

      int value
      The priority of this annotated type. Larger numbers indicate higher priority with a highest priority of Integer.MAX_VALUE.