Annotation Type ReorderProperties


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Documented
    @UseWith(BEAN)
    public @interface ReorderProperties
    An annotation that may be placed on a JavaBean to re-order the properties.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      A comma-separated list of property names.
    • Element Detail

      • value

        java.lang.String value
        A comma-separated list of property names. Properties will be re-ordered as specified, with any unmentioned property names ordered to the end of the list.