Package jakarta.faces.annotation
Class ViewMap.Literal
- java.lang.Object
- 
- jakarta.enterprise.util.AnnotationLiteral<ViewMap>
- 
- jakarta.faces.annotation.ViewMap.Literal
 
 
- 
- All Implemented Interfaces:
- Annotation
 - Enclosing class:
- ViewMap
 
 public static final class ViewMap.Literal extends AnnotationLiteral<ViewMap> implements ViewMap Supports inline instantiation of the ViewMapqualifier.- Since:
- 4.0
- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class jakarta.faces.annotation.ViewMapViewMap.Literal
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static ViewMap.LiteralINSTANCEInstance of theViewMapqualifier.
 - 
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 ViewMap.Literal INSTANCE Instance of theViewMapqualifier.
 
- 
 
-