|
JADE Java Persistence API 1.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface JadeMethod
JADE method source to copy into the generated schema. Method-level annotation. Signature is the method name, parameters, return type, and options. Body is the rest of the method source, as an array of String literals.
| Required Element Summary | |
|---|---|
java.lang.String[] |
body
The rest of the method source, as an array of String literals. |
java.lang.String |
signature
The method name, parameters, return type, and options. |
| Element Detail |
|---|
public abstract java.lang.String signature
public abstract java.lang.String[] body
|
JADE Java Persistence API 1.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||