Package org.glassfish.jersey.client
Class ClientAsyncExecutorLiteral
- java.lang.Object
-
- org.glassfish.jersey.internal.inject.AnnotationLiteral<ClientAsyncExecutor>
-
- org.glassfish.jersey.client.ClientAsyncExecutorLiteral
-
- All Implemented Interfaces:
java.lang.annotation.Annotation
public final class ClientAsyncExecutorLiteral extends AnnotationLiteral<ClientAsyncExecutor> implements ClientAsyncExecutor
ClientAsyncExecutor
annotation literal.This class provides a
constant instance
of the@ClientAsyncExecutor
annotation 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 ClientAsyncExecutor
INSTANCE
AnClientAsyncExecutor
annotation instance.
-
Constructor Summary
Constructors Modifier Constructor Description private
ClientAsyncExecutorLiteral()
-
Method Summary
-
Methods inherited from class org.glassfish.jersey.internal.inject.AnnotationLiteral
annotationType, equals, hashCode
-
-
-
-
Field Detail
-
INSTANCE
public static final ClientAsyncExecutor INSTANCE
AnClientAsyncExecutor
annotation instance.
-
-