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