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

cn.geektool.core.builder.BaseBuilder Maven / Gradle / Ivy

The newest version!
package cn.geektool.core.builder;

public interface BaseBuilder {
    /**
     * 构建
     *
     * @return 被构建的对象
     */
    T builder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy