Annotation Interface Format


@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface Format
Annotation to mark a JSON Schema property's format field.
  • Required Element Summary

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

    • value

      String value
      The format value of the property.