|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) public @interface DocString
An annotation type to expose documentation to ABCL. Note: the TAGS ant target also pulls information from here. It expects name to be the first item in the DocString declaration, and not broken onto multiple lines.
| Optional Element Summary | |
|---|---|
java.lang.String |
args
The arguments. |
java.lang.String |
doc
The documentation string. |
java.lang.String |
name
The lisp name. |
public abstract java.lang.String name
public abstract java.lang.String args
public abstract java.lang.String doc
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||