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.
- Author:
- Marek Potociar
- See Also:
-
Field Summary
-
Method Summary
Methods inherited from class org.glassfish.jersey.internal.inject.AnnotationLiteral
annotationType, equals, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.annotation.Annotation
toString
-
Field Details
-
INSTANCE
Custom
annotation instance to use for injection bindings and related queries.
-