Annotation Interface Default


@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface Default
Annotation to define JSON Schema property's default-value, represented as a String.
  • Required Element Summary

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

    • value

      String value
      The default-value of the property.