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
FieldsModifier and TypeFieldDescriptionstatic final HeaderMap.LiteralInstance of theHeaderMapqualifier. - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString 
- 
Field Details
- 
INSTANCE
Instance of theHeaderMapqualifier. 
 - 
 - 
Constructor Details
- 
Literal
public Literal() 
 -