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

com.strobel.core.SafeCloseable Maven / Gradle / Ivy

package com.strobel.core;

/**
 * @author Mike Strobel
 */
public interface SafeCloseable extends AutoCloseable {
    public void close();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy