public class ContradictingFieldAnnotation extends FieldConstraint
| Constructor and Description |
|---|
ContradictingFieldAnnotation(Class<? extends Annotation> a1,
Class<? extends Annotation> a2) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
check(MappedClass mc,
MappedField mf,
Set<ConstraintViolation> ve) |
checkpublic ContradictingFieldAnnotation(Class<? extends Annotation> a1, Class<? extends Annotation> a2)
protected final void check(MappedClass mc, MappedField mf, Set<ConstraintViolation> ve)
check in class FieldConstraint