Reference: Constructor-Arg Properties
Property | XML Attribute Name | Description |
|---|---|---|
Index
| index
| A zero-based index for the constructor argument. |
Spring Bean
| spring-bean
| The ID of another bean in the container. The constructor arguments specified in the
bean definition are used to pass in as arguments to the constructor of the
referenced bean. |
Type
| type
| The type of the constructor argument. |
Value
| value
| The value of the constructor argument. |