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

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