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

com.github.bingoohuang.utils.lang.QuietCloseable Maven / Gradle / Ivy

package com.github.bingoohuang.utils.lang;

/**
 * @author bingoohuang [[email protected]] Created on 2017/1/11.
 */
public interface QuietCloseable {
    void close();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy