Package jakarta.faces.annotation
Class HeaderMap.Literal
- All Implemented Interfaces:
Annotation
- Enclosing class:
- HeaderMap
public static final class HeaderMap.Literal
extends AnnotationLiteral<HeaderMap>
implements HeaderMap
Supports inline instantiation of the HeaderMap
qualifier.
- Since:
- 4.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jakarta.faces.annotation.HeaderMap
HeaderMap.Literal
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HeaderMap.Literal
Instance of theHeaderMap
qualifier. -
Constructor Summary
-
Method Summary
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Field Details
-
INSTANCE
Instance of theHeaderMap
qualifier.
-
-
Constructor Details
-
Literal
public Literal()
-