Description (attribute of property)
From JRapid
The "description" attribute generates a tooltip text for the field corresponding to the property that is applied to.
Usage
<property name = NAME label = LABEL description="Text to show" />
Example
<property name="firstName" label="First name" description="The name of the owner" />
