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

fr.ird.observe.dto.db.configuration.ObserveDataSourceInformationTemplate Maven / Gradle / Ivy

package fr.ird.observe.dto.db.configuration;

import io.ultreia.java4all.application.template.TemplateSupport;
import javax.annotation.Generated;

@Generated(value = "io.ultreia.java4all.application.template.spi.GenerateTemplateProcessor", date = "Thu Nov 11 17:11:16 CET 2021")
public class ObserveDataSourceInformationTemplate extends TemplateSupport {
    private static ObserveDataSourceInformationTemplate INSTANCE = new ObserveDataSourceInformationTemplate();
 
    public static String generate(ObserveDataSourceInformation model) {
        return INSTANCE.generate("ObserveDataSourceInformation.ftl", model);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy