Annotation Interface AsyncHandler


@Target(METHOD) @Retention(RUNTIME) public @interface AsyncHandler
An annotation marking a method as one that is responsilbe to return a AsyncOperationHandler to be used with an async polling container.
Author:
kimchy