public @interface Arg
Modifier and Type | Optional Element and Description |
---|---|
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.Copyright © 2017. All rights reserved.