java.lang.Object
org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMaxValidator<Double>
org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForDouble
All Implemented Interfaces:
ConstraintValidator<DecimalMax,Double>

public class DecimalMaxValidatorForDouble extends AbstractDecimalMaxValidator<Double>
Check that the number being validated is less than or equal to the maximum value specified.
Author:
Marko Bekhta