Providing property definitions within a BeanDefinition is an alternative
to using annotations in the Java code or providing an
org.oddjob.arooa.ArooaBeanDescriptor Arooa class file.
| annotation | An annotation for the property. |
| auto | Is the property set automatically by the framework. |
| configuredHow | |
| flavour | Not used at present. |
| name | The name of the property. |
| type | The type of the property. |
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. |
An annotation for the property.
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. Defaults to false. |
Is the property set automatically by the framework. True/False.
| Access | READ_ONLY |
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. |
Not used at present.
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | Yes. |
The name of the property.
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | Yes. |
The type of the property. One of ATTRIBUTE, ELEMENT, TEXT, COMPONENT, HIDDEN.