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

ch.obermuhlner.scriptengine.java.execution.ExecutionStrategy Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package ch.obermuhlner.scriptengine.java.execution;

import javax.script.ScriptException;

public interface ExecutionStrategy {
    Object execute(Object instance) throws ScriptException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy