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
Customannotation literal.This class provides a
constant instanceof the@Customannotation to be used in method calls that require use of annotation instances.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description privateCustomAnnotationLiteral()
-
Method Summary
-
Methods inherited from class org.glassfish.jersey.internal.inject.AnnotationLiteral
annotationType, equals, hashCode
-
-
-
-
Field Detail
-
INSTANCE
public static final Custom INSTANCE
Customannotation instance to use for injection bindings and related queries.
-
-