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

xsbti.GlobalLock Maven / Gradle / Ivy

There is a newer version: 0.13.15
Show newest version
package xsbti;

import java.io.File;
import java.util.concurrent.Callable;

public interface GlobalLock
{
	public  T apply(File lockFile, Callable run);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy