Package org.glassfish.jersey.server
Class BackgroundSchedulerLiteral
java.lang.Object
org.glassfish.jersey.internal.inject.AnnotationLiteral<BackgroundScheduler>
org.glassfish.jersey.server.BackgroundSchedulerLiteral
- All Implemented Interfaces:
Annotation
public final class BackgroundSchedulerLiteral
extends AnnotationLiteral<BackgroundScheduler>
implements BackgroundScheduler
BackgroundScheduler
annotation literal.
This class provides a constant instance
of the @BackgroundScheduler
annotation to be used
in method calls that require use of annotation instances.
- Since:
- 2.18
- Author:
- Marek Potociar
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BackgroundScheduler
BackgroundScheduler
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
BackgroundScheduler
annotation instance.
-