src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/NewTree.java

Print this page

        

@@ -35,11 +35,10 @@
  *   new <em>identifier</em> ( <em>arguments</em> )
  * </pre>
  *
  * @since 1.9
  */
-@jdk.Exported
 public interface NewTree extends ExpressionTree {
     /**
      * Returns the constructor expression of this 'new' expression.
      *
      * @return the constructor expression of this 'new' expression