Package jakarta.faces.annotation
Class RequestMap.Literal
- java.lang.Object
- 
- jakarta.enterprise.util.AnnotationLiteral<RequestMap>
- 
- jakarta.faces.annotation.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 RequestMapqualifier.- Since:
- 4.0
- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class jakarta.faces.annotation.RequestMapRequestMap.Literal
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static RequestMap.LiteralINSTANCEInstance of theRequestMapqualifier.
 - 
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 RequestMap.Literal INSTANCE Instance of theRequestMapqualifier.
 
- 
 
-