Annotation Type 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 value
      The order value of the property.
    • Element Detail

      • value

        int value
        The order value of the property.