Annotation Type Order
-
@Retention(RUNTIME) @Target(TYPE) public @interface Order
Identifies the relative ordering of aConfigurationFactory
plugin.- See Also:
OrderComparator
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description int
value
The priority of this annotated type.
-
-
-
Element Detail
-
value
int value
The priority of this annotated type. Larger numbers indicate higher priority with a highest priority ofInteger.MAX_VALUE
.
-
-