Class NamedLiteral
- All Implemented Interfaces:
Annotation
Supports inline instantiation of the
Named
qualifier.- Since:
- 2.0
- Author:
- Pete Muir, Jozef Hartinger
- See Also:
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic NamedLiteral
Create a new NamedLiteral for the given name valuevalue()
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Field Details
-
INSTANCE
Default Named literal
-
-
Method Details
-
of
Create a new NamedLiteral for the given name value- Parameters:
value
- the name- Returns:
- new NamedLiteral
-
value
-