src/jdk.compiler/share/classes/com/sun/source/tree/ThrowTree.java

Print this page

        

@@ -37,11 +37,10 @@
  *
  * @author Peter von der Ahé
  * @author Jonathan Gibbons
  * @since 1.6
  */
-@jdk.Exported
 public interface ThrowTree extends StatementTree {
     /**
      * Returns the expression to be thrown.
      * @return the expression
      */