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

org.voovan.tools.compiler.function.CodeTemplate.txt Maven / Gradle / Ivy

package {{PACKAGE}};
import org.voovan.tools.TObject;
{{IMPORT}}
public class {{CLASSNAME}} {
    {{IMPORTFUNCTION}}
    public synchronized static Object execute(Object ... args) throws Exception{
        {{PREPAREARG}}
        {{CODE}}
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy