Package org.glassfish.jersey.server
Class ManagedAsyncExecutorLiteral
- java.lang.Object
-
- org.glassfish.jersey.internal.inject.AnnotationLiteral<ManagedAsyncExecutor>
-
- org.glassfish.jersey.server.ManagedAsyncExecutorLiteral
-
- All Implemented Interfaces:
java.lang.annotation.Annotation
public final class ManagedAsyncExecutorLiteral extends AnnotationLiteral<ManagedAsyncExecutor> implements ManagedAsyncExecutor
ManagedAsyncExecutorannotation literal.This class provides a
constant instanceof the@ManagedAsyncExecutorannotation to be used in method calls that require use of annotation instances.- Since:
- 2.18
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ManagedAsyncExecutorINSTANCEManagedAsyncExecutorannotation instance.
-
Constructor Summary
Constructors Modifier Constructor Description privateManagedAsyncExecutorLiteral()
-
Method Summary
-
Methods inherited from class org.glassfish.jersey.internal.inject.AnnotationLiteral
annotationType, equals, hashCode
-
-
-
-
Field Detail
-
INSTANCE
public static final ManagedAsyncExecutor INSTANCE
ManagedAsyncExecutorannotation instance.
-
-