All Implemented Interfaces:
ConstraintValidator<PastOrPresent,Year>, HibernateConstraintValidator<PastOrPresent,Year>

public class PastOrPresentValidatorForYear extends AbstractPastOrPresentJavaTimeValidator<Year>
Check that the java.time.Year passed is in the past.
Author:
Guillaume Smet