Package jakarta.faces.annotation
Class RequestParameterValuesMap.Literal
- java.lang.Object
 - 
- jakarta.enterprise.util.AnnotationLiteral<RequestParameterValuesMap>
 - 
- jakarta.faces.annotation.RequestParameterValuesMap.Literal
 
 
 
- 
- All Implemented Interfaces:
 Annotation
- Enclosing class:
 - RequestParameterValuesMap
 
public static final class RequestParameterValuesMap.Literal extends AnnotationLiteral<RequestParameterValuesMap> implements RequestParameterValuesMap
Supports inline instantiation of the
RequestParameterValuesMapqualifier.- Since:
 - 4.0
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class jakarta.faces.annotation.RequestParameterValuesMap
RequestParameterValuesMap.Literal 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description static RequestParameterValuesMap.LiteralINSTANCEInstance of theRequestParameterValuesMapqualifier. 
- 
Constructor Summary
Constructors Constructor Description Literal() 
- 
Method Summary
- 
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final RequestParameterValuesMap.Literal INSTANCE
Instance of theRequestParameterValuesMapqualifier. 
 - 
 
 -