@Target(value={PARAMETER,FIELD,METHOD,TYPE})
@Retention(value=RUNTIME)
@Documented
@Inherited
@Qualifier
public @interface ManagedAsyncExecutor
ExecutorService
instance used by Jersey to execute managed asynchronous requests.
The managed asynchronous request executor service instance injected using this injection qualifier can be customized
by registering a custom ExecutorServiceProvider implementation that is itself annotated
with the @ManagedAsyncExecutor annotation.
ManagedAsyncExecutorLiteral