|
||||||||||
| 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 | |
|---|---|
java.lang.Class<?>[] |
parameters
Method parameters. |
java.lang.Class<?> |
returnType
Method return type. |
public abstract java.lang.Class<?> returnType
Method return type. Default is Object
public abstract java.lang.Class<?>[] parameters
Method parameters. Default is no-argument method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||