Annotation Type SubscribeEvent


@Retention(RUNTIME) @Target(METHOD) @Inherited public @interface SubscribeEvent
Annotation used by the AnnotatedEventManager this is only picked up if the event manager implementation has been set to use the AnnotatedEventManager via JDABuilder.setEventManager(IEventManager)
See Also: