diff truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/script/TruffleScriptEngineFactory.java @ 22079:14ee5048c76e

Deprecating TruffleScriptEngineFactory the Debugger is now essential part of TruffleVM and this is no longer needed.
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Thu, 13 Aug 2015 16:59:39 +0200
parents 9c8c0937da41
children dc83cc1f94f2
line wrap: on
line diff
--- a/truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/script/TruffleScriptEngineFactory.java	Thu Aug 13 16:47:02 2015 +0200
+++ b/truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/script/TruffleScriptEngineFactory.java	Thu Aug 13 16:59:39 2015 +0200
@@ -26,8 +26,10 @@
 
 import javax.script.*;
 
+@Deprecated
 /**
  * Tool access to the creation of Truffle execution engines.
+ * @deprecated no longer needed and will be removed
  */
 public abstract class TruffleScriptEngineFactory implements ScriptEngineFactory {