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

com.github.bingoohuang.blackcat.sdk.utils.QuietCloseable Maven / Gradle / Ivy

package com.github.bingoohuang.blackcat.sdk.utils;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy