com.ryanm.preflect.annote
Annotation Type Order
@Documented
@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
@Inherited
public @interface Order
Annotation for ordering Variables. Variables without order
values are sorted alphabetically after those with. The order of a
Category is given by the minimum order of its member
Variables
- Author:
- ryanm
|
Required Element Summary |
int |
value
The order of the variable. |
value
public abstract int value
- The order of the variable. Lower numbers appear first in the
list. This value is passed to
Preference#setOrder(int)