|
||||||||||
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 | |
---|---|
java.lang.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. |
java.lang.String |
ref
the value of the ref attribute of the argument |
java.lang.String |
value
the value of the argument |
public abstract java.lang.String value
public abstract java.lang.String ref
public abstract java.lang.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 |