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

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

There is a newer version: 2.5.0.Final
Show newest version
package com.strobel.core;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy