< prev index next >

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

Print this page

        

@@ -22,12 +22,21 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
 /**
- * Nashorn shell module
+ * Defines Nashorn shell module.
  *
+ * <p>This module includes the command line tool <em>{@index jjs jjs tool}</em>
+ * to invoke the Nashorn engine.
+ *
+ * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">
+ * <dt class="simpleTagLabel">Tool Guides:
+ * <dd>{@extLink jjs_tool_reference jjs}
+ * </dl>
+ *
+ * @moduleGraph
  * @since 9
  */
 module jdk.scripting.nashorn.shell {
     requires java.desktop;
     requires java.compiler;
< prev index next >