comparison truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/script/TruffleScriptEngineFactory.java @ 22157:dc83cc1f94f2

Using fully qualified imports
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Wed, 16 Sep 2015 11:33:22 +0200
parents 14ee5048c76e
children 3c73d029b651
comparison
equal deleted inserted replaced
22156:50056a161d7f 22157:dc83cc1f94f2
22 * or visit www.oracle.com if you need additional information or have any 22 * or visit www.oracle.com if you need additional information or have any
23 * questions. 23 * questions.
24 */ 24 */
25 package com.oracle.truffle.api.script; 25 package com.oracle.truffle.api.script;
26 26
27 import javax.script.*; 27 import javax.script.ScriptEngine;
28 import javax.script.ScriptEngineFactory;
28 29
29 @Deprecated 30 @Deprecated
30 /** 31 /**
31 * Tool access to the creation of Truffle execution engines. 32 * Tool access to the creation of Truffle execution engines.
32 * @deprecated no longer needed and will be removed 33 * @deprecated no longer needed and will be removed