src/share/classes/com/sun/source/util/DocTreePathScanner.java

Print this page

        

@@ -34,11 +34,11 @@
  * Inside your method, call super.visitXYZ to visit descendant
  * nodes.
  *
  * @since 1.8
  */
-@jdk.Supported
+@jdk.Exported
 public class DocTreePathScanner<R, P> extends DocTreeScanner<R, P> {
     /**
      * Scan a tree from a position identified by a TreePath.
      */
     public R scan(DocTreePath path, P p) {