com.fasterxml.mama.ClaimToken Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of macro-manager Show documentation
Show all versions of macro-manager Show documentation
Experimental Java port of Ordasity scheduling library
The newest version!
package com.fasterxml.mama;
public class ClaimToken {
public final static ClaimToken token = new ClaimToken();
private ClaimToken() { }
}