< prev index next >

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

Print this page

        

@@ -34,11 +34,11 @@
 import jdk.nashorn.api.scripting.ScriptObjectMirror;
 
 /**
  * Represents nashorn ECMAScript parser instance.
  *
- * @since 1.9
+ * @since 9
  */
 public interface Parser {
     /**
      * Parses the source file and returns compilation unit tree
      *
< prev index next >