![JAR search and dependency download from the Maven repository](/logo.png)
com.nineya.tool.spi.Builder Maven / Gradle / Ivy
package com.nineya.tool.spi;
/**
* 建造者模式,构造器接口
* @author 殇雪话诀别
*/
@FunctionalInterface
public interface Builder {
/**
* 构造实体
* @return 实体
*/
T build();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy