Annotation Interface PropertyOrder


@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface PropertyOrder
Annotation to provide a property order for a given object property. This will be used by JSON schema generation from a type to set the CREST API Descriptor propertyOrder field.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    The order value of the property.
  • Element Details

    • value

      int value
      The order value of the property.