RichFaces CDK Annotations 4.1.0.20111101-M4

org.richfaces.cdk.annotations
Annotation Type Alias


@Retention(value=CLASS)
public @interface Alias

Attribute aliases. CDK will generate getter and setter methods for these aliases which delegate calls to the original attribute methods.

Author:
asmirnov@exadel.com

Required Element Summary
 String value
          

Attribute alias.

 

Element Detail

value

public abstract String value

Attribute alias. This is mandatory parameter

Returns:
attribute aliases.

RichFaces CDK Annotations 4.1.0.20111101-M4

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.