com.github.andyshao.lock.ReactiveDistributionLockSign Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Gear Show documentation
Show all versions of Gear Show documentation
Enhance and formating the coding of JDK
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