public class NamedImpl extends AnnotationLiteral<javax.inject.Named> implements javax.inject.Named
Named
annotation.Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name |
private static long |
serialVersionUID
For serialization
|
Constructor and Description |
---|
NamedImpl(java.lang.String name)
Creates a
Named annotation with the given name |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
java.lang.String |
value() |
annotationType, equals, hashCode
private static final long serialVersionUID
private final java.lang.String name