Annotation Interface Title


@Retention(RUNTIME) @Target({FIELD,METHOD,TYPE}) public @interface Title
Annotation to define JSON Schema property's title.
  • Required Element Summary

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

    • value

      String value
      The title of the property.