Annotation Interface DecimalMin


Verify that the annotated element has a number which is higher or equal than the given value or is null. Note that float and double are not portably supported due to possible rounding error problems. DecimalMax accepts a String whereas accepts a long.
Version:
$Rev$ $Date$
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
     
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Class<?>[]
     
    boolean
     
     
    Class<? extends Payload>[]
     
  • Element Details

    • message

      String message
      Default:
      "{javax.validation.constraints.DecimalMin.message}"
    • groups

      Class<?>[] groups
      Default:
      {}
    • payload

      Class<? extends Payload>[] payload
      Default:
      {}
    • value

      String value
    • inclusive

      boolean inclusive
      Since:
      1.1
      Default:
      true