Annotation Interface ValidateWith


@Retention(RUNTIME) @Target(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.

Since:
4.12