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

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