com.github.andyshao.lock.ExpireMode 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;
/**
*
* Title: expire mode
* Descript:
* Copyright: Copryright(c) 18 Apr 2017
* Encoding:UNIX UTF-8
* @author Andy.Shao
*
*/
public enum ExpireMode {
/**second*/
SECONDS,
/**milli second*/
MILLISECONDS,
/**ignore*/
IGNORE;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy