public class NamedImpl extends AnnotationLiteral<javax.inject.Named> implements javax.inject.Named
Named annotation.| Constructor and Description |
|---|
NamedImpl(String name)
Creates a
Named annotation with the given name |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
String |
value() |
annotationType, equals, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitannotationType, equals, hashCodepublic NamedImpl(String name)
Named annotation with the given namename - The non-null name to give the annotationCopyright © 2009-2016 Oracle Corporation. All Rights Reserved.