Package org.glassfish.hk2.utilities
Class NamedImpl
java.lang.Object
org.glassfish.hk2.api.AnnotationLiteral<javax.inject.Named>
org.glassfish.hk2.utilities.NamedImpl
- All Implemented Interfaces:
Annotation
This is an implementation of the
Named
annotation.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String
private static final long
For serialization -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.glassfish.hk2.api.AnnotationLiteral
annotationType, equals, hashCode
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDFor serialization- See Also:
-
name
-
-
Constructor Details
-
NamedImpl
Creates aNamed
annotation with the given name- Parameters:
name
- The non-null name to give the annotation
-
-
Method Details
-
value
-
toString
- Specified by:
toString
in interfaceAnnotation
- Overrides:
toString
in classObject
-