Package com.epicbot.api.shared.event
Annotation Type Subscribe
-
@Retention(RUNTIME) @Target(METHOD) @Documented public @interface Subscribe
Marks a method as an event subscriber.
@Retention(RUNTIME)
@Target(METHOD)
@Documented
public @interface Subscribe