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

template.PojoFields.ftl Maven / Gradle / Ivy

<#-- // Fields -->

<#foreach field in pojo.getAllPropertiesIterator()><#if pojo.getMetaAttribAsBool(field, "gen-property", true)> <#if pojo.hasMetaAttribute(field, "field-description")>    /**
     ${pojo.getFieldJavaDoc(field, 0)}
     */
 
     <#include "GetPropertyAnnotation.ftl"/>
     var ${field.name}:${exporter.getJavaTypeName(field, jdk5)} = <#if pojo.hasFieldInitializor(field, jdk5)>${pojo.getFieldInitialization(field, jdk5)} <#else> _






© 2015 - 2024 Weber Informatics LLC | Privacy Policy