Interface AnnotationVisitor<T>

Type Parameters:
T - the type

public interface AnnotationVisitor<T>
Visitor interface to be implemented by visitors of the Annotation AST. each node will call the visit method appropriate to its type.
Author:
Patrick Plenefisch
See Also:
  • Method Details