Annotation Type OrderBelow
- 
 @Retention(RUNTIME) @Target(METHOD) public @interface OrderBelowAnnotation used to specify that a property should be ordered directly beneath another property. The value of this annotation should be the bean name of the other property (not the i18n keyname) Created by carl.gould on 5/8/2015.
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description java.lang.Stringvalue
 
-