Class FutureOrPresentValidatorForMonthDay

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

public class FutureOrPresentValidatorForMonthDay extends AbstractFutureOrPresentJavaTimeValidator<MonthDay>
Check that the java.time.MonthDay passed is in the future.
Author:
Guillaume Smet