Annotation Type FacesConfig


@Qualifier
@Target(TYPE)
@Retention(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

  • Optional Element Summary

    Optional Elements 
    Modifier and Type Optional Element Description
    FacesConfig.Version version
    The value of this attribute indicates that features corresponding to this version must be enabled for this application.
  • Element Details

    • version

      The 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