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

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

There is a newer version: 4.3.8
Show newest version
package {{PACKAGE}};
import org.voovan.tools.TObject;
{{IMPORT}}
public class {{CLASSNAME}} implements org.voovan.tools.compiler.function.FunctionInterface {

    public {{CLASSNAME}}(){
    }

    {{IMPORTFUNCTION}}

    @SuppressWarnings("unchecked")
    public Object execute(Object ... args) throws Exception{
        {{PREPAREARG}}
        {{CODE}}
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy