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

org.aksw.commons.collections.IClosable Maven / Gradle / Ivy

package org.aksw.commons.collections;

/**
 * An interface for closing stuff.
 * Maybe we shouldn't introduce the 100000000 version of this interface, and reuse
 * it from some common package.
 *
 */
public interface IClosable
{
	void close();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy