@Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) public @interface UiComesAfter
Controlling field ordering by annotating fields is an alternative to using one of the XML-based
Inspectors
(XML nodes are inherently ordered), or using
JavassistPropertyStyle
.
public abstract String[] value
Specifying multiple names can be useful if the annotated property is intermingled with other properties in subclasses.
If no names are specified, the annotated property will come after all other properties.
Copyright © 2015. All Rights Reserved.