RichFaces CDK Annotations 4.5.0.Alpha1

Package org.richfaces.cdk.annotations

Java annotations used by the CDK.

See: Description

Package org.richfaces.cdk.annotations Description

Java annotations used by the CDK.

Package-level annotations

TagLibrary defines library-wide parameters

Class-level annotations:

Annotations used to refine class top level definitions

  • @Test tells CDK to generate unit test for component.
  • @Description optional IDE-related parameters.
  • @Tag VDL tag description.
  • @RendererSpecificComponent defines renderer specific component for the family created from one base component
  • @Description optional IDE-related parameters.
  • Attribute level annotations ( for getter or field level ):

    Annotations used to refine method-level properties

    Facet annotations.

    There are two methods to define component facet. At the class level, developer could use @JsfComponent.facets() property. It is also possible to define facet getter/setter methods for facet and mark one of them with @Facet annotation.

    RichFaces CDK Annotations 4.5.0.Alpha1

    Copyright © 2013 JBoss by Red Hat. All Rights Reserved.