< prev index next >

src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/scripting/ScriptUtils.java

Print this page

        

*** 35,46 **** --- 35,50 ---- import jdk.nashorn.internal.runtime.linker.Bootstrap; /** * Utilities that are to be called from script code. * + * @deprecated Nashorn JavaScript script engine and APIs, and the jjs tool + * are deprecated with the intent to remove them in a future release. + * * @since 1.8u40 */ + @Deprecated(since="11", forRemoval=true) public final class ScriptUtils { private ScriptUtils() {} /** * Returns AST as JSON compatible string. This is used to
< prev index next >