|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=SOURCE) @Target(value=PARAMETER) public @interface Parameter
Specifies behaviour for a parameter of the "execute" method of a template class.
Optional Element Summary | |
---|---|
String |
defaultValue
Indicates the default value, as it will be written in Java code. |
String |
name
Returns the name of the exported property name. |
boolean |
required
Indicates that this parameter is required. |
public abstract String name
public abstract boolean required
public abstract String defaultValue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |