Class NamedBeanQualifier
- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<Named>
-
- org.hibernate.resource.beans.container.internal.NamedBeanQualifier
-
- All Implemented Interfaces:
Annotation
public class NamedBeanQualifier extends AnnotationLiteral<Named> implements Named
Used to locate named CDI beans.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
value()
-
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
-
-
-
-
Method Detail
-
value
public String value()
-
-