Annotation Interface JsonSchema.Number.ExclusiveMinimum

Enclosing class:
JsonSchema.Number

@Target({METHOD,FIELD}) @Retention(CLASS) public static @interface JsonSchema.Number.ExclusiveMinimum
Exclusive minimum value of the number. Explanation: validated number > exclusive minimum.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    double
    Validated number exclusive minimum.
  • Element Details

    • value

      double value
      Validated number exclusive minimum.
      Returns:
      selected exclusive minimum value