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.
-