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

com.github.cowwoc.tokenbucket.internal.CloseableLock Maven / Gradle / Ivy

There is a newer version: 6.1
Show newest version
package com.github.cowwoc.tokenbucket.internal;

/**
 * Let the compiler know that releasing a lock does not throw any exceptions.
 */
public interface CloseableLock extends AutoCloseable
{
	@Override
	void close();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy