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

delight.rhinosandox.RhinoSandboxes Maven / Gradle / Ivy

package delight.rhinosandox;

import delight.rhinosandox.RhinoSandbox;
import delight.rhinosandox.internal.RhinoSandboxImpl;

@SuppressWarnings("all")
public class RhinoSandboxes {
  public static RhinoSandbox create() {
    return new RhinoSandboxImpl();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy