cn.geektool.core.builder.BaseBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geektool-core Show documentation
Show all versions of geektool-core Show documentation
geektool核心,包括集合、字符串、Bean等工具
The newest version!
package cn.geektool.core.builder;
public interface BaseBuilder {
/**
* 构建
*
* @return 被构建的对象
*/
T builder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy