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

net.neoremind.fountain.Builder Maven / Gradle / Ivy

package net.neoremind.fountain;

/**
 * 构造器接口
 *
 * @author zhangxu
 */
interface Builder {

    /**
     * 构造对象
     *
     * @return 构造成功的对象
     */
    T build();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy