@Target(value=METHOD)
@Retention(value=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
.