Package dev.jaxydog.astral.register
Annotation Interface RegistrationPriority
Instructs the registration system on the ordering with which to register this value as compared to other fields.
By default, fields without this annotation are assumed to have a priority of 0.
- Since:
- 2.0.0
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
int valueThe priority of this field.Higher priority means that the field will be registered sooner.
- Returns:
- The priority.
- Since:
- 2.0.0
-