src/share/classes/com/sun/source/tree/TreeVisitor.java

Print this page

        

@@ -54,10 +54,11 @@
  * @author Peter von der Ahé
  * @author Jonathan Gibbons
  *
  * @since 1.6
  */
+@jdk.Supported
 public interface TreeVisitor<R,P> {
     R visitAnnotatedType(AnnotatedTypeTree node, P p);
     R visitAnnotation(AnnotationTree node, P p);
     R visitMethodInvocation(MethodInvocationTree node, P p);
     R visitAssert(AssertTree node, P p);