@Qualifier @Target(value=TYPE) @Retention(value=RUNTIME) public @interface FacesConfig
The presence of this annotation on a class deployed within an application
guarantees activation of Jakarta Faces and its CDI specific features, even when
/WEB-INF/faces-config.xml
is absent and FacesServlet
is not explicitly registered.
Modifier and Type | Optional Element and Description |
---|---|
FacesConfig.Version |
version
Deprecated.
It has no effect anymore as per Jakarta Faces version 4.0; the actual impl version should be leading.
|
@Deprecated public abstract FacesConfig.Version version
The value of this attribute indicates that features corresponding to this version must be enabled for this application.