< prev index next >

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

Print this page

        

*** 33,45 **** --- 33,49 ---- * For example: * <pre> * `This is a String with ${computed} values in it` * </pre> * + * @deprecated Nashorn JavaScript script engine and APIs, and the jjs tool + * are deprecated with the intent to remove them in a future release. + * * @since 9 * */ + @Deprecated(since="11", forRemoval=true) public interface TemplateLiteralTree extends ExpressionTree { /** * Returns the list of expressions in this template string * * @return the list of expressions in this template string
< prev index next >