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

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