< prev index next >

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

Print this page

        

@@ -22,10 +22,12 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
 /**
+Provides the implementation of Nashorn script engine and 
+the runtime environment for programs written in ECMAScript 5.1.
 <p>
 Nashorn is a runtime environment for programs written in ECMAScript 5.1.
 </p>
 <h1>Usage</h1>
 The recommended way to use Nashorn is through the <a href="http://jcp.org/en/jsr/detail?id=223" target="_top">JSR-223

@@ -88,10 +90,11 @@
 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}
 
+@provides javax.script.ScriptEngineFactory
 @moduleGraph
 @since 9
  */
 module jdk.scripting.nashorn {
     requires java.logging;
< prev index next >