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

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

There is a newer version: 1.6.8
Show newest version
package org.zodiac.script.engine.java;

import java.util.Map;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy