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

org.fabric3.spi.util.Closeable Maven / Gradle / Ivy

The newest version!
package org.fabric3.spi.util;

/**
 * An auto closeable that does not throw checked exceptions.
 */
public interface Closeable extends AutoCloseable {

    /**
     * Closes the resource.
     */
    void close();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy