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

Print this page

        

@@ -35,11 +35,10 @@
  * A path of tree nodes, typically used to represent the sequence of ancestor
  * nodes of a tree node up to the top level DocCommentTree node.
  *
  * @since 1.8
  */
-@jdk.Exported
 public class DocTreePath implements Iterable<DocTree> {
     /**
      * Returns a documentation tree path for a tree node within a compilation unit,
      * or {@code null} if the node is not found.
      * @param treePath the path for the node with which the doc comment is associated