@Retention(RUNTIME) @Inherited public @interface ValidateWith
AnnotationValidator to be attached to an annotation.
When attached to an annotation, the validator will be instantiated and invoked
by the ParentRunner.
| Modifier and Type | Required Element | Description |
|---|---|---|
Class<? extends AnnotationValidator> |
value |
Class<? extends AnnotationValidator> value
Copyright © 2002–2018 JUnit. All rights reserved.