Class NegativeOrZeroValidatorForBigInteger

java.lang.Object
org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForBigInteger
All Implemented Interfaces:
ConstraintValidator<NegativeOrZero,BigInteger>

public class NegativeOrZeroValidatorForBigInteger extends Object implements ConstraintValidator<NegativeOrZero,BigInteger>
Check that the number being validated is negative or zero.
Author:
Hardy Ferentschik, Xavier Sosnovsky, Guillaume Smet, Marko Bekhta