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.FacesConfig
FacesConfig.Literal, FacesConfig.Version 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description static FacesConfig.LiteralINSTANCEInstance of theFacesConfigqualifier. 
- 
Constructor Summary
Constructors Constructor Description Literal() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FacesConfig.Versionversion()- 
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final FacesConfig.Literal INSTANCE
Instance of theFacesConfigqualifier. 
 - 
 
- 
Method Detail
- 
version
public FacesConfig.Version version()
 
 - 
 
 -