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

public class PositiveValidatorForInteger extends Object implements ConstraintValidator<Positive,Integer>
Check that the number being validated positive.
Author:
Hardy Ferentschik, Xavier Sosnovsky, Guillaume Smet, Marko Bekhta