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();
}