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

Print this page

        

@@ -36,11 +36,11 @@
  * nodes.
  *
  * @author Jonathan Gibbons
  * @since 1.6
  */
-@jdk.Supported
+@jdk.Exported
 public class TreePathScanner<R, P> extends TreeScanner<R, P> {
 
     /**
      * Scan a tree from a position identified by a TreePath.
      */