11.27 Property Object
| Description | This is a name/value pair in a "Bean", which is a modelled JavaBean instance.
It is used for specifying configuration values.
|
Inherited properties |
|
11.27.1 Property 'description'
|
11.27.2 Property 'name'
|
| Description | This is the name of the property being given a value.
|
| Type | String |
| Required | true |
11.27.3 Property 'value'
|
| Description | This is the value for the property.
Currently only the 'value' property of the Spring bean is allowed.
|
| Type | String |
| Required | true |
|