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

Print this page

        

@@ -31,11 +31,10 @@
  * Represents the abstract syntax tree for compilation units (source
  * files)
  *
  * @since 1.9
  */
-@jdk.Exported
 public interface CompilationUnitTree extends Tree {
     /**
      * Return the list of source elements in this compilation unit.
      *
      * @return the list of source elements in this compilation unit