< prev index next >

nashorn/src/jdk.scripting.nashorn/share/classes/module-info.java

Print this page

        

*** 88,97 **** --- 88,98 ---- arrays and back, and so on. <h2>Other non-standard built-in objects</h2> In addition to {@code Java}, Nashorn also exposes some other non-standard built-in objects: {@code JSAdapter}, {@code JavaImporter}, {@code Packages} + @moduleGraph @since 9 */ module jdk.scripting.nashorn { requires java.logging; requires transitive java.scripting;
< prev index next >