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
public class NamedImpl extends AnnotationLiteral<javax.inject.Named> implements javax.inject.Named
This is an implementation of theNamed
annotation.- Author:
- jwells
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
String
value()
-
Methods inherited from class org.glassfish.hk2.api.AnnotationLiteral
annotationType, equals, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode
-
-
-
-
Constructor Detail
-
NamedImpl
public NamedImpl(String name)
Creates aNamed
annotation with the given name- Parameters:
name
- The non-null name to give the annotation
-
-