@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface BuiltBy
Identify the builder for an event.
Modifier and Type | Required Element and Description |
---|---|
Class<? extends EventBuilder<?>> |
value
The class that builds the event type.
|
public abstract Class<? extends EventBuilder<?>> value
The class that builds the event type.