Annotation Interface AsyncEventHandler


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface AsyncEventHandler
Annotate an EventHandler/AnnotatedEventHandler with this annotation to have the EventHandler be registered as an asynchronous event-handler with the default LocalEventBus (default is registering them as a synchronous event handler).