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

com.github.andyshao.lock.ReactiveDistributionLockSign Maven / Gradle / Ivy

The newest version!
package com.github.andyshao.lock;

import lombok.AllArgsConstructor;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.Setter;

import java.util.UUID;

/**
 * Title: 
* Description:
* Copyright: Copyright(c) 2020/8/16 * Encoding: UNIX UTF-8 * * @author Andy.Shao */ @Getter @Setter @AllArgsConstructor @EqualsAndHashCode public class ReactiveDistributionLockSign { private volatile UUID uuid; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy