src/jdk.compiler/share/classes/com/sun/source/doctree/DocCommentTree.java

Print this page

        

@@ -34,11 +34,10 @@
  * <p>
  * first-sentence body block-tags
  *
  * @since 1.8
  */
-@jdk.Exported
 public interface DocCommentTree extends DocTree {
     /**
      * Returns the first sentence of a documentation comment.
      * @return the first sentence of a documentation comment
      */