A class representing an argument for a constructor invocation to be used by a {@link BeanDeclaration}.
A {@code BeanDeclaration} can provide a list of instances of this class todefine the constructor to be invoked on the bean class. Each constructor argument can either be a simple value or a nested {@code BeanDeclaration}. In the latter case, the bean is resolved recursively.
The constructor to be invoked on the bean class has to be determined based on the types of the constructor arguments. To avoid ambiguity, the type name can be explicitly provided.
@version $Id: ConstructorArg.java 1624601 2014-09-12 18:04:36Z oheger $ @since 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|