|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
public @interface Ant
Associates a Java field/property with an element/attribute of an Ant task.
| Optional Element Summary | |
|---|---|
String |
name
Name of the attribute or the nested element. |
Ant.Kind |
type
Whether this option is mapped to an attribute or a nested element. |
String |
usage
The usage of this option. |
public abstract Ant.Kind type
public abstract String name
If left unspecified, the value is computed from Option.name()
on the same field/method by removing the leading '-'.
public abstract String usage
If left unspecified, the value is taken from Option.usage()
on the same field/method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||