RichFaces CDK Annotations 4.1.0.20111101-M4

org.richfaces.cdk.annotations
Annotation Type Signature


public @interface Signature

This annotation defines a Java method signature for attributes that hold EL MethodExpression values.

Author:
asmirnov@exadel.com

Optional Element Summary
 Class<?>[] parameters
          

Method parameters.

 Class<?> returnType
          

Method return type.

 

returnType

public abstract Class<?> returnType

Method return type. Default is Object

Returns:
Default:
java.lang.Void.class

parameters

public abstract Class<?>[] parameters

Method parameters. Default is no-argument method.

Returns:
Default:
{}

RichFaces CDK Annotations 4.1.0.20111101-M4

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