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

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