|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface AntAttribute
Annotation that defines an attribute of an Ant task/type
| Required Element Summary | |
|---|---|
String |
name
Gets the name of the attribute |
| Optional Element Summary | |
|---|---|
String[] |
conditions
Gets the conditions for this attribute |
boolean |
required
Gets whether the attribute is required |
| Element Detail |
|---|
public abstract String name
public abstract boolean required
public abstract String[] conditions
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||