org.apache.tapestry5.beaneditor
Annotation Type ReorderProperties
@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface ReorderProperties
An annotation that may be placed on a JavaBean to re-order the properties.
|
Required Element Summary |
String |
value
A comma-separated list of property names. |
value
public abstract String 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.
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.