I\'m looking for a way to validate a java.lang.Double field in the Spring command bean for its maximum and minimum values (a value must lie between a given rang
java.lang.Double
Newer versions of Hibernate Validator (at least 6.0.17) supports @DecimalMin/Max annotation on double
@DecimalMin/Max
See class for validation