|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) @Inherited public @interface ValidateWith
Allows for an AnnotationValidator
to be attached to an annotation.
When attached to an annotation, the validator will be instantiated and invoked
by the ParentRunner
.
Required Element Summary | |
---|---|
Class<? extends AnnotationValidator> |
value
|
Element Detail |
---|
public abstract Class<? extends AnnotationValidator> value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |