static interface RuleMemberValidator.RuleValidator
Modifier and Type | Method and Description |
---|---|
void |
validate(FrameworkMember<?> member,
java.lang.Class<? extends java.lang.annotation.Annotation> annotation,
java.util.List<java.lang.Throwable> errors)
Examine the given member and add any violations of the strategy's validation logic to the given list of errors
|
void validate(FrameworkMember<?> member, java.lang.Class<? extends java.lang.annotation.Annotation> annotation, java.util.List<java.lang.Throwable> errors)
member
- The member (field or member) to examineannotation
- The type of rule annotation on the membererrors
- The list of errors to add validation violations to