delight.rhinosandox.internal.RhinoEvalDummy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of delight-rhino-sandbox Show documentation
Show all versions of delight-rhino-sandbox Show documentation
A safe sandbox for running JavaScript using the Rhino Engine in Java.
The newest version!
package delight.rhinosandox.internal;
@SuppressWarnings("all")
public class RhinoEvalDummy {
public Object eval(final String script) {
return null;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy