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