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

me.aifaq.commons.lang.ability.Disposable Maven / Gradle / Ivy

There is a newer version: 2.0.3
Show newest version
package me.aifaq.commons.lang.ability;

/**
 * 销毁能力
 *
 * @author Wang Wei [[email protected]]
 * @since 17:04 2019/6/24
 */
@FunctionalInterface
public interface Disposable {
    void destroy() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy