Package org.apache.webbeans.annotation
Class NamedLiteral
- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<jakarta.inject.Named>
-
- org.apache.webbeans.annotation.NamedLiteral
-
- All Implemented Interfaces:
Annotation
public class NamedLiteral extends jakarta.enterprise.util.AnnotationLiteral<jakarta.inject.Named> implements jakarta.inject.NamedNamed literal.- Version:
- $Rev$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NamedLiteral()NamedLiteral(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetValue(String value)Stringvalue()-
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
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, toString
-
-