All Implemented Interfaces:
ConstraintValidator<Past,LocalDate>, HibernateConstraintValidator<Past,LocalDate>

public class PastValidatorForLocalDate extends AbstractPastJavaTimeValidator<LocalDate>
Check that the java.time.LocalDate passed is in the past.
Author:
Guillaume Smet