org.voovan.tools.compiler.function.CodeTemplate.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of voovan-framework Show documentation
Show all versions of voovan-framework Show documentation
Voovan is a java framwork and it not depends on any third-party framework.
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