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

Print this page

        

@@ -28,11 +28,10 @@
 /**
  * A mixin for "loop" statements.
  *
  * @since 1.9
  */
-@jdk.Exported
 public interface LoopTree extends StatementTree {
     /**
      * Returns the statement contained in this 'loop' statement.
      *
      * @return the statement