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

com.pig4cloud.pigx.common.sequence.builder.SeqBuilder Maven / Gradle / Ivy

There is a newer version: 3.10.0
Show newest version
package com.pig4cloud.pigx.common.sequence.builder;

import com.pig4cloud.pigx.common.sequence.sequence.Sequence;

/**
 * 序列号生成器构建者
 *
 * @author xuan on 2018/5/30.
 */
public interface SeqBuilder {

	/**
	 * 构建一个序列号生成器
	 * @return 序列号生成器
	 */
	Sequence build();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy