Class PastOrPresentValidatorForMonthDay

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

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