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

public class PastOrPresentValidatorForDate extends AbstractPastOrPresentInstantBasedValidator<Date>
Check that the java.util.Date passed to be validated is in the past.
Author:
Alaa Nassef, Guillaume Smet