|
RichFaces CDK Annotations 4.1.0.20111101-M4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
public @interface Signature
This annotation defines a Java method signature for attributes that hold EL MethodExpression values.
| Optional Element Summary | |
|---|---|
Class<?>[] |
parameters
Method parameters. |
Class<?> |
returnType
Method return type. |
public abstract Class<?> returnType
Method return type. Default is Object
public abstract Class<?>[] parameters
Method parameters. Default is no-argument method.
|
RichFaces CDK Annotations 4.1.0.20111101-M4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||