Annotation Type EventSubscriber
@Target(METHOD)
@Retention(RUNTIME)
public @interface EventSubscriber
Marks method that only have a event as parameter and should handle said event
- Since:
- 1.0
@Target(METHOD)
@Retention(RUNTIME)
public @interface EventSubscriber