|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface ExprFunction
This annotation allows to declare that a method is an expression function
Optional Element Summary | |
---|---|
java.lang.String |
compileMethod
Defines the name of the method that compiles this function. |
java.lang.String |
valuePatternMethod
Defines the name of the method that is able to compute the value pattern. |
public abstract java.lang.String compileMethod
public abstract java.lang.String valuePatternMethod
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |