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