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

org.zodiac.autoconfigure.template.TemplateProperties Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.autoconfigure.template;

import org.zodiac.core.application.AppEnvType;
import org.zodiac.template.base.config.TemplateInfo;

public class TemplateProperties extends TemplateInfo {

    @Override
    public TemplateProperties setAppEnvType(AppEnvType appEnvType) {
        super.setAppEnvType(appEnvType);
        return this;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy