|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=METHOD) @Documented @Retention(value=SOURCE) public @interface JapanoFunction
Is used to declare an EL function for a static method.
| Required Element Summary | |
|---|---|
java.lang.String |
library
The library to put the EL function into. |
| Optional Element Summary | |
|---|---|
java.lang.String |
name
Name of the function. |
| Element Detail |
|---|
public abstract java.lang.String library
public abstract java.lang.String name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||