Class CustomAnnotationLiteral
- java.lang.Object
-
- org.glassfish.jersey.internal.inject.AnnotationLiteral<Custom>
-
- org.glassfish.jersey.internal.inject.CustomAnnotationLiteral
-
- All Implemented Interfaces:
java.lang.annotation.Annotation
public final class CustomAnnotationLiteral extends AnnotationLiteral<Custom> implements Custom
Custom
annotation literal.This class provides a
constant instance
of the@Custom
annotation to be used in method calls that require use of annotation instances.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description private
CustomAnnotationLiteral()
-
Method Summary
-
Methods inherited from class org.glassfish.jersey.internal.inject.AnnotationLiteral
annotationType, equals, hashCode
-
-
-
-
Field Detail
-
INSTANCE
public static final Custom INSTANCE
Custom
annotation instance to use for injection bindings and related queries.
-
-