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

cn.hippo4j.common.design.builder.Builder Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package cn.hippo4j.common.design.builder;

import java.io.Serializable;

/**
 * Builder pattern interface definition.
 *
 * @author chen.ma
 * @date 2021/7/5 21:39
 */
public interface Builder extends Serializable {

    /**
     * Build.
     *
     * @return
     */
    T build();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy