public @interface Arg
| Modifier and Type | Optional Element and Description |
|---|---|
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.Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.