|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface Exclusion
Annotations tagged with this annotation represent constraint exclusion.
| Required Element Summary | |
|---|---|
Class<? extends AnnotationCheckExclusion<? extends Annotation>> |
excludeWith
The class implementing the logic to exclude a constraint. |
| Element Detail |
|---|
public abstract Class<? extends AnnotationCheckExclusion<? extends Annotation>> excludeWith
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||