Annotation Interface LoadingPriority
An annotation that determines the loading priority of the annotated value.
Higher values are loaded sooner. If the annotated value is a class, all instances will inherit its priority unless
specified by another LoadingPriority annotation.
- Since:
- 1.0.0
-
Field Summary
Fields -
Required Element Summary
Required Elements
-
Field Details
-
DEFAULT
static final int DEFAULTThe default loading priority.- Since:
- 1.0.0
- See Also:
-
-
Element Details
-
value
int valueThe value's loading priority.- Returns:
- The value's loading priority.
- Since:
- 1.0.0
-