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

org.zodiac.script.engine.java.Executor Maven / Gradle / Ivy

package org.zodiac.script.engine.java;

import java.util.Map;

public interface Executor {
    Object execute(Map var) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy