src/jdk.compiler/share/classes/com/sun/source/util/TreePath.java

Print this page

        

@@ -35,11 +35,10 @@
  * nodes of a tree node up to the top level CompilationUnitTree node.
  *
  * @author Jonathan Gibbons
  * @since 1.6
  */
-@jdk.Exported
 public class TreePath implements Iterable<Tree> {
     /**
      * Returns a tree path for a tree node within a compilation unit,
      * or {@code null} if the node is not found.
      * @param unit the compilation unit to search