Interface ConstraintValidatorDescriptor<A extends Annotation>


public interface ConstraintValidatorDescriptor<A extends Annotation>
Represents a specific validator (either based on an implementation of ConstraintValidator or given as a Lambda expression/method reference.
Author:
Gunnar Morling