Class PastOrPresentValidatorForYearMonth

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

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