![JAR search and dependency download from the Maven repository](/logo.png)
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