Package org.eclipse.jetty.cdi.core
Class NamedLiteral
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<javax.inject.Named>
-
- org.eclipse.jetty.cdi.core.NamedLiteral
-
- All Implemented Interfaces:
java.lang.annotation.Annotation
public class NamedLiteral extends javax.enterprise.util.AnnotationLiteral<javax.inject.Named> implements javax.inject.Named- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NamedLiteral(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringvalue()-
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
-