templates.test.common.staticFieldInitt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of JavaForger Show documentation
Show all versions of JavaForger Show documentation
JavaForger can create source code from templates using existing java classes as input.
<#list fields as field>
private static final ${field.type} ${field.name.snakeCase} = ${field.init1};
#list>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy