Package net.dv8tion.jda.api.hooks
Annotation Type SubscribeEvent
-
@Retention(RUNTIME) @Target(METHOD) @Inherited public @interface SubscribeEvent
Annotation used by theAnnotatedEventManager
this is only picked up if the event manager implementation has been set to use theAnnotatedEventManager
viaJDABuilder.setEventManager(IEventManager)
- See Also:
AnnotatedEventManager
,JDABuilder