Package org.glassfish.jersey.client
Class ClientBackgroundSchedulerLiteral
java.lang.Object
org.glassfish.jersey.internal.inject.AnnotationLiteral<ClientBackgroundScheduler>
org.glassfish.jersey.client.ClientBackgroundSchedulerLiteral
- All Implemented Interfaces:
Annotation
public final class ClientBackgroundSchedulerLiteral
extends org.glassfish.jersey.internal.inject.AnnotationLiteral<ClientBackgroundScheduler>
implements ClientBackgroundScheduler
ClientBackgroundScheduler
annotation literal.
This class provides a constant instance
of the @ClientBackgroundScheduler
annotation to be used
in method calls that require use of annotation instances.
- Since:
- 2.26
- Author:
- Adam Lindenthal
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ClientBackgroundScheduler
AnClientBackgroundScheduler
annotation instance. -
Method Summary
Methods inherited from class org.glassfish.jersey.internal.inject.AnnotationLiteral
annotationType, equals, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.annotation.Annotation
toString
-
Field Details
-
INSTANCE
AnClientBackgroundScheduler
annotation instance.
-