Package jakarta.faces.annotation
Class HeaderValuesMap.Literal
java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<HeaderValuesMap>
jakarta.faces.annotation.HeaderValuesMap.Literal
- All Implemented Interfaces:
- Annotation
- Enclosing class:
- HeaderValuesMap
public static final class HeaderValuesMap.Literal
extends AnnotationLiteral<HeaderValuesMap>
implements HeaderValuesMap
 Supports inline instantiation of the HeaderValuesMap qualifier.
 
- Since:
- 4.0
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class jakarta.faces.annotation.HeaderValuesMapHeaderValuesMap.Literal
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final HeaderValuesMap.LiteralInstance of theHeaderValuesMapqualifier.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class jakarta.enterprise.util.AnnotationLiteralannotationType, equals, hashCode, toString
- 
Field Details- 
INSTANCEInstance of theHeaderValuesMapqualifier.
 
- 
- 
Constructor Details- 
Literalpublic Literal()
 
-