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

com.kg.component.generator.config.IConfigBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.26
Show newest version
package com.kg.component.generator.config;

/**
 * 配置构建接口
 *
 * @param 
 */
public interface IConfigBuilder {

    T build();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy