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

Print this page

        

@@ -36,11 +36,10 @@
  * @exception class-name description <br>
  * @throws class-name description
  *
  * @since 1.8
  */
-@jdk.Exported
 public interface ThrowsTree extends BlockTagTree {
     /**
      * Returns a name of the exception being documented.
      * @return the name of the exception
      */