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

Print this page

        

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