@Qualifier @Target(value=TYPE) @Retention(value=RUNTIME) public @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
Modifier and Type | Optional Element and Description |
---|---|
FacesConfig.Version |
version
The value of this attribute indicates that features corresponding to this version must be enabled for this application. |
public abstract FacesConfig.Version version
The value of this attribute indicates that features corresponding to this version must be enabled for this application.
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.