Class CustomAnnotationLiteral
java.lang.Object
org.glassfish.jersey.internal.inject.AnnotationLiteral<Custom>
org.glassfish.jersey.internal.inject.CustomAnnotationLiteral
- All Implemented Interfaces:
Annotation
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:
-
Field Summary
Fields -
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
Customannotation instance to use for injection bindings and related queries.
-
-
Constructor Details
-
CustomAnnotationLiteral
private CustomAnnotationLiteral()
-