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

mmb.content.modular.gui.SafeCloseable Maven / Gradle / Ivy

/**
 * 
 */
package mmb.content.modular.gui;

/**
 * Like {@link AutoCloseable}, but no exceptions allowed
 * @author oskar
 */
public interface SafeCloseable extends AutoCloseable{
	@Override
	void close();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy