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