Package org.junit.validator
Annotation Type ValidateWith
-
@Retention(RUNTIME) @Inherited public @interface ValidateWith
Allows for anAnnotationValidatorto be attached to an annotation.When attached to an annotation, the validator will be instantiated and invoked by the
ParentRunner.- Since:
- 4.12
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends AnnotationValidator>value
-
-
-
Element Detail
-
value
Class<? extends AnnotationValidator> value
-
-