Class ConstraintAnnotationVisitor

All Implemented Interfaces:
ElementVisitor<Void,List<AnnotationMirror>>

public final class ConstraintAnnotationVisitor extends AbstractElementVisitor<Void,List<AnnotationMirror>>
An ElementVisitor that visits annotated elements (type declarations, methods and fields) and applies different ConstraintChecks to them. Each ConstraintCheckIssue occurred will be reported using the Messager API.
Author:
Gunnar Morling