Package com.sun.faces.cdi
Class FacesConfigAnnotationLiteral
java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<FacesConfig>
com.sun.faces.cdi.FacesConfigAnnotationLiteral
- All Implemented Interfaces:
Annotation
public class FacesConfigAnnotationLiteral extends jakarta.enterprise.util.AnnotationLiteral<FacesConfig> implements FacesConfig
An annotation literal for
@FacesConfig.
- Since:
- 2.3
- See Also:
FacesConfig
, Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class jakarta.faces.annotation.FacesConfig
FacesConfig.Version
-
Constructor Summary
Constructors Constructor Description FacesConfigAnnotationLiteral()
-
Method Summary
Modifier and Type Method Description FacesConfig.Version
version()
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
-
Constructor Details
-
FacesConfigAnnotationLiteral
public FacesConfigAnnotationLiteral()
-
-
Method Details