Annotation Interface Asynchronous


@Target(TYPE) @Retention(RUNTIME) public @interface Asynchronous
Created by The eXo Platform SAS
This marker annotation shows that Listener must be executed in asynchronous way. ListenerService will execute asynchronous-marked listener in dedicated thread.