@Target(value={PARAMETER,FIELD,METHOD,TYPE})
@Retention(value=RUNTIME)
@Documented
@Inherited
@Qualifier
public @interface ClientBackgroundScheduler
ScheduledExecutorService
instance used by Jersey client runtime to schedule background tasks.
The scheduled executor service instance injected using this injection qualifier can be customized
by registering a custom ScheduledExecutorServiceProvider
implementation that is itself
annotated with the @ClientAsyncExecutor
annotation.
ClientBackgroundSchedulerLiteral