Annotation Interface ImplementedBy
Used to indicate the base class that a generated event class extends from.
-
Required Element Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionint
Gets the priority for this annotation, relative to other annotations in the same hierarchy of the event interface.
-
Element Details
-
value
Class<?> valueGets the class which serves as the base class which the generated class for this event interface will extend.- Returns:
- The base class to use
-
priority
int priorityGets the priority for this annotation, relative to other annotations in the same hierarchy of the event interface.The annotation with the highest priority will be used.
- Returns:
- The priority to use
- Default:
1
-