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

Print this page

        

@@ -34,11 +34,10 @@
  *   continue <em>label</em> ;
  * </pre>
  *
  * @since 1.9
  */
-@jdk.Exported
 public interface ContinueTree extends GotoTree {
     /**
      * Label associated with this continue statement. This is null
      * if there is no label associated with this continue statement.
      *