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

templates.test.common.staticFieldInitt Maven / Gradle / Ivy

Go to download

JavaForger can create source code from templates using existing java classes as input.

There is a newer version: 2.0.1
Show newest version
<#list fields as field>
  private static final ${field.type} ${field.name.snakeCase} = ${field.init1};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy