|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConstraintChecks
Represents an ordered set of ConstraintChecks with the ability
to execute these checks against given elements and their annotations.
| Method Summary | |
|---|---|
Set<ConstraintCheckError> |
execute(javax.lang.model.element.Element element,
javax.lang.model.element.AnnotationMirror annotation)
Executes the checks contained within this set against the given element and annotation. |
| Method Detail |
|---|
Set<ConstraintCheckError> execute(javax.lang.model.element.Element element,
javax.lang.model.element.AnnotationMirror annotation)
element - An annotated element.annotation - The annotation to check.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||