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

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

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

import java.util.Map;

/**
 * 模板属性供应者
 *
 * @author xiayx
 */
public interface TemplatePropertiesSupplier {

    /** 获取模板属性 */
    Map getTemplateProperties(Model model);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy