Package jakarta.faces.annotation
Class FacesConfig.Literal
- java.lang.Object
- 
- jakarta.enterprise.util.AnnotationLiteral<FacesConfig>
- 
- jakarta.faces.annotation.FacesConfig.Literal
 
 
- 
- All Implemented Interfaces:
- Annotation
 - Enclosing class:
- FacesConfig
 
 public static final class FacesConfig.Literal extends AnnotationLiteral<FacesConfig> implements FacesConfig Supports inline instantiation of the FacesConfigqualifier.- Since:
- 4.0
- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class jakarta.faces.annotation.FacesConfigFacesConfig.Literal, FacesConfig.Version
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static FacesConfig.LiteralINSTANCEInstance of theFacesConfigqualifier.
 - 
Constructor SummaryConstructors Constructor Description Literal()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FacesConfig.Versionversion()- 
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 FacesConfig.Literal INSTANCE Instance of theFacesConfigqualifier.
 
- 
 - 
Method Detail- 
versionpublic FacesConfig.Version version() 
 
- 
 
-