Package org.junit.validator
Annotation Type ValidateWith
-
@Retention(RUNTIME) @Target(ANNOTATION_TYPE) @Inherited public @interface ValidateWith
Allows for anAnnotationValidator
to 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 java.lang.Class<? extends AnnotationValidator>
value
-
-
-
Element Detail
-
value
java.lang.Class<? extends AnnotationValidator> value
-
-