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

com.luoshu.open.id.IdGenerate Maven / Gradle / Ivy

There is a newer version: 0.32
Show newest version
package com.luoshu.open.id;

/**
 * generate id interface
 */
public interface IdGenerate {

    /**
     * 返回下一个ID
     * @return
     */
    long next();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy