Annotation Type ImplementedBy
-
@Inherited @Target(TYPE) @Retention(RUNTIME) public @interface ImplementedByUsed to indicate the base class that a generated event class extends from.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>valueGets the class which serves as the base class which the generated class for this event interface will extend.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intpriorityGets the priority for this annotation, relative to other annotations in the same hierarchy of the event interface.
-