Package dev.orne.test.rnd
Annotation Type Priority
@Documented
@Retention(RUNTIME)
@Target(TYPE)
@API(status=STABLE,
since="0.1")
public @interface Priority
Annotation for generators priority.
- Since:
- 0.1
- Version:
- 1.0, 2022-10
- Author:
- (w) Iker Hernaez
-
Optional Element Summary
Optional Elements -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The priority for built in native types generators.static final int
The default priority.static final int
The priority for built in generic types generators.static final int
The maximum priority.static final int
The minimum priority.static final int
The priority for built in native types generators.
-
Field Details
-
DEFAULT
static final int DEFAULTThe default priority.- See Also:
-
MIN
static final int MINThe minimum priority.- See Also:
-
ANNOTATION_GENERATORS
static final int ANNOTATION_GENERATORSThe priority for built in native types generators.- See Also:
-
NATIVE_GENERATORS
static final int NATIVE_GENERATORSThe priority for built in native types generators.- See Also:
-
GENERIC_GENERATORS
static final int GENERIC_GENERATORSThe priority for built in generic types generators.- See Also:
-
MAX
static final int MAXThe maximum priority.- See Also:
-
-
Element Details
-
value
int valueReturns the priority of the generator.- Returns:
- The priority of the generator
- Default:
- 0
-