Class NegativeOrZeroValidatorForLong

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

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