com.ryanm.config.imp
Annotation Type Priority


@Documented
@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Priority

Used to indicate an elements' position in the configurator. Configurable elements have a default priority of 0;

Author:
ryanm

Optional Element Summary
 int value
          The priority of the element.
 

value

public abstract int value
The priority of the element. Lower numbers appear earlier in the Configurator

Default:
0