Annotation Type OrderBelow


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface OrderBelow
    Annotation 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 Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value