Class PositiveOrZeroValidatorForShort

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

public class PositiveOrZeroValidatorForShort extends Object implements ConstraintValidator<PositiveOrZero,Short>
Check that the number being validated is positive or zero.
Author:
Hardy Ferentschik, Xavier Sosnovsky, Guillaume Smet, Marko Bekhta