Class ManagedAsyncExecutorLiteral
java.lang.Object
org.glassfish.jersey.internal.inject.AnnotationLiteral<ManagedAsyncExecutor>
org.glassfish.jersey.server.ManagedAsyncExecutorLiteral
- All Implemented Interfaces:
Annotation
public final class ManagedAsyncExecutorLiteral
extends AnnotationLiteral<ManagedAsyncExecutor>
implements ManagedAsyncExecutor
ManagedAsyncExecutor annotation literal.
This class provides a constant instance of the @ManagedAsyncExecutor annotation to be used
in method calls that require use of annotation instances.
- Since:
- 2.18
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ManagedAsyncExecutorManagedAsyncExecutorannotation instance. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AnnotationLiteral
annotationType, equals, hashCodeMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Annotation
toString
-
Field Details
-
INSTANCE
ManagedAsyncExecutorannotation instance.
-
-
Constructor Details
-
ManagedAsyncExecutorLiteral
private ManagedAsyncExecutorLiteral()
-