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

Print this page

        

@@ -31,11 +31,10 @@
  * type serves as a super interface for {@link BreakTree} and
  * {@link ContinueTree}.
  *
  * @since 1.9
  */
-@jdk.Exported
 public interface GotoTree extends StatementTree {
     /**
      * Label associated with this goto statement. This is null
      * if there is no label associated with this goto statement.
      *