Package jakarta.faces.annotation
Class HeaderMap.Literal
- java.lang.Object
- 
- jakarta.enterprise.util.AnnotationLiteral<HeaderMap>
- 
- jakarta.faces.annotation.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 HeaderMapqualifier.- Since:
- 4.0
- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class jakarta.faces.annotation.HeaderMapHeaderMap.Literal
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static HeaderMap.LiteralINSTANCEInstance of theHeaderMapqualifier.
 - 
Constructor SummaryConstructors Constructor Description Literal()
 - 
Method Summary- 
Methods inherited from class jakarta.enterprise.util.AnnotationLiteralannotationType, equals, hashCode, toString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.lang.annotation.AnnotationannotationType, equals, hashCode, toString
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final HeaderMap.Literal INSTANCE Instance of theHeaderMapqualifier.
 
- 
 
-