Searched refs:ValidateWith (Results 1 – 4 of 4) sorted by relevance
11 …private static final ConcurrentHashMap<ValidateWith, AnnotationValidator> VALIDATORS_FOR_ANNOTATIO…12 new ConcurrentHashMap<ValidateWith, AnnotationValidator>();23 public AnnotationValidator createAnnotationValidator(ValidateWith validateWithAnnotation) { in createAnnotationValidator()
65 ValidateWith validateWith = annotationType in validateAnnotatable()66 .getAnnotation(ValidateWith.class); in validateAnnotatable()
17 public @interface ValidateWith { annotation
7 import org.junit.validator.ValidateWith;45 @ValidateWith(CategoryValidator.class)