public interface ConstraintChecks
ConstraintChecks with the ability
to execute these checks against given elements and their annotations.| Modifier and Type | Method and Description |
|---|---|
Set<ConstraintCheckIssue> |
execute(Element element,
AnnotationMirror annotation)
Executes the checks contained within this set against the given element
and annotation.
|
Set<ConstraintCheckIssue> execute(Element element, AnnotationMirror annotation)
element - An annotated element.annotation - The annotation to check.Copyright © 2007-2019 Red Hat, Inc. All Rights Reserved