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

templates.data-delivery-data-records.record.impl.vm Maven / Gradle / Ivy

package ${basePackage};

/**
 * Record to represent ${record.capitalizedName}.
 *
 * This record serves the following purpose: ${record.description}
 *
 * GENERATED STUB CODE - Please **DO** modify with your customizations, as appropriate.
 *
 * Originally generated from: ${templateName} 
 */
public class ${record.capitalizedName} extends ${record.capitalizedName}Base {

    /**
     * Default constructor for this record.
     */
    public ${record.capitalizedName}() {
        super();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy