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

com.jeesuite.common2.sequence.IdGenerator Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
/**
 * 
 */
package com.jeesuite.common2.sequence;

/**
 * @description 
* @author vakin * @date 2016年11月18日 */ public interface IdGenerator { public long nextId(); public void close(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy