@__simple__

Go home

Note @@__simple__ template cannot extends other template, neither does it has implicit arguments and imports. But it's slightly faster and memory efficient than normal templates. See the Java source generated below, and compare to the java source code generated from other normal templates

@{ String javaSrc = getTemplateClass(false).javaSource; String tmplSrc = getTemplateClass(false).getTemplateSource() }

Template Source

@tmplSrc

Java Source

@javaSrc