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

com.litongjava.tio.core.DefaultTioUuid Maven / Gradle / Ivy

There is a newer version: 3.7.3.v20241201-RELEASE
Show newest version
package com.litongjava.tio.core;

import com.litongjava.tio.core.intf.TioUuid;

/**
 * @author tanyaowu
 * 2017年6月5日 上午10:31:40
 */
public class DefaultTioUuid implements TioUuid {

  /**
   *
   * @author tanyaowu
   */
  public DefaultTioUuid() {
  }

  /**
   * @return
   * @author tanyaowu
   */
  @Override
  public String uuid() {
    return java.util.UUID.randomUUID().toString();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy