Annotation Interface ManagedAsync


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface ManagedAsync
Indicates that the resource method to which the annotation has been applied should be executed on a separate thread managed by an internal Jersey executor service.
Author:
Marek Potociar