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

cn.mybatis.mp.generator.template.engine.TemplateEngine Maven / Gradle / Ivy

package cn.mybatis.mp.generator.template.engine;

import cn.mybatis.mp.generator.template.ITemplateBuilder;

public interface TemplateEngine {


    void render(ITemplateBuilder templateBuilder);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy