Package org.apache.tapestry5.beaneditor
Annotation Type ReorderProperties
An annotation that may be placed on a JavaBean to re-order the properties.
-
Required Element Summary
Required Elements
-
Element Details
-
value
A comma-separated list of property names. Properties will be re-ordered as specified, with any unmentioned property names ordered to the end of the list.
-