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

com.feingto.cloud.kit.IdGenerator Maven / Gradle / Ivy

There is a newer version: 2.5.2.RELEASE
Show newest version
package com.feingto.cloud.kit;

/**
 * ID 生成器
 *
 * @author longfei
 */
public interface IdGenerator {
    /**
     * 自动生成下一个唯一ID
     */
    String nextId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy