java.lang.Object
org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForInteger
All Implemented Interfaces:
ConstraintValidator<Negative,Integer>

public class NegativeValidatorForInteger extends Object implements ConstraintValidator<Negative,Integer>
Check that the number being validated is negative.
Author:
Hardy Ferentschik, Xavier Sosnovsky, Guillaume Smet, Marko Bekhta