@Target(FIELD) @Retention(RUNTIME) public @interface ExampleValue
Provide an example value for a field. Note that the string value of this annotation will be parsed using JsonParser.parseString(String)

See the json-schema reference for more information.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details