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

com.github.peacetrue.modelgenerator.Template Maven / Gradle / Ivy

The newest version!
package com.github.peacetrue.modelgenerator;

/**
 * 模板信息
 *
 * @author xiayx
 */
public interface Template {

    /** 获取模板内容 */
    String getContent();

    /** 获取模板生成文件存储地址 */
    String getOutputPath();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy