|
|
|
|
@ -35,7 +35,9 @@ import org.springframework.scripting.ScriptSource;
@@ -35,7 +35,9 @@ import org.springframework.scripting.ScriptSource;
|
|
|
|
|
* @author Juergen Hoeller |
|
|
|
|
* @since 4.0 |
|
|
|
|
* @see Interpreter#eval(String) |
|
|
|
|
* @deprecated with no replacement as not actively maintained anymore |
|
|
|
|
*/ |
|
|
|
|
@Deprecated(since = "7.0") |
|
|
|
|
public class BshScriptEvaluator implements ScriptEvaluator, BeanClassLoaderAware { |
|
|
|
|
|
|
|
|
|
private @Nullable ClassLoader classLoader; |
|
|
|
|
|