java.lang.Object
org.hibernate.validator.internal.constraintvalidators.hv.time.DurationMaxValidator
All Implemented Interfaces:
ConstraintValidator<DurationMax,Duration>

public class DurationMaxValidator extends Object implements ConstraintValidator<DurationMax,Duration>
Checks that a validated Duration length is shorter than or equal to the one specified with the annotation.
Author:
Marko Bekhta