|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
public @interface Arg
used to describe argument of the bean constructor or the argument of the factory method for the bean this is mapped to Targument for the Tbean
| Optional Element Summary | |
|---|---|
String |
description
the description of the argument |
int |
index
the zero-based index into the parameter list of the factory method or constructor to be invoked for this argument. |
String |
ref
the value of the ref attribute of the argument |
String |
value
the value of the argument |
public abstract String value
public abstract String ref
public abstract String description
public abstract int index
index attribute for the bean. If not
explicitly set, this will return -1 and the initial ordering is defined
by its position in the args[] list.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||