< prev index next >

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

Print this page

        

*** 24,33 **** --- 24,46 ---- */ /** * Defines the Scripting API. * + * <p> The JDK implementation of this module includes a language-independent + * command-line script shell, * <em>{@index jrunscript jrunscript}</em>, + * that supports executing JavaScript and other language if its corresponding + * script engine is installed. + * + * <p> + * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif"> + * <dt class="simpleTagLabel">Tool Guides: + * <dd> {@extLink jrunscript_tool_reference jrunscript}</dd> + * </dl> + * + * @uses javax.script.ScriptEngineFactory + * * @moduleGraph * @since 9 */ module java.scripting { exports javax.script;
< prev index next >