Package javax.faces.annotation
Annotation Interface FacesConfig
The presence of this annotation on a managed
bean deployed within an application causes version specific features
to be enabled as specified in the enum FacesConfig.Version
-
Nested Class Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionThe value of this attribute indicates that features corresponding to this version must be enabled for this application.
-
Element Details
-
version
FacesConfig.Version versionThe value of this attribute indicates that features corresponding to this version must be enabled for this application.
- Returns:
- the spec version for which the features must be enabled.
- Default:
- JSF_2_3
-