java.lang.Object
org.glassfish.hk2.api.AnnotationLiteral<jakarta.inject.Named>
org.glassfish.hk2.utilities.NamedImpl
- All Implemented Interfaces:
Annotation
public class NamedImpl
extends AnnotationLiteral<jakarta.inject.Named>
implements jakarta.inject.Named
This is an implementation of the
Named annotation.- Author:
- jwells
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.glassfish.hk2.api.AnnotationLiteral
annotationType, equals, hashCode
-
Constructor Details
-
NamedImpl
Creates aNamedannotation with the given name- Parameters:
name- The non-null name to give the annotation
-
-
Method Details
-
value
-
toString
- Specified by:
toStringin interfaceAnnotation- Overrides:
toStringin classObject
-