All Downloads are FREE. Search and download functionalities are using the official Maven repository.

delight.nashornsandbox.SandboxScriptContext Maven / Gradle / Ivy

The newest version!
package delight.nashornsandbox;

import javax.script.ScriptContext;

public interface SandboxScriptContext {

  public ScriptContext getContext();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy