org.apache.tapestry5.beaneditor
Annotation Type ReorderProperties


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@UseWith(value=BEAN)
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.
 

Element Detail

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 © 2003-2012 The Apache Software Foundation.