|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface ListFunctionAnnotation for defining list functions embedded in repositories.
| Required Element Summary | |
|---|---|
String |
name
The name of the list function |
| Optional Element Summary | |
|---|---|
String |
file
List functions are best stored in a separate files. |
String |
function
Inline list function. |
| Element Detail |
|---|
public abstract String name
public abstract String function
public abstract String file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||