Interface AnnotationVisitor<T>


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.
See Also:
  • Method Details