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

com.gitee.starblues.loader.utils.Release Maven / Gradle / Ivy

There is a newer version: 3.1.2
Show newest version
package com.gitee.starblues.loader.utils;

/**
 * 可释放资源接口
 *
 * @author starBlues
 * @since 3.1.1
 * @version 3.1.1
 */
public interface Release {

    /**
     * 释放资源
     */
    default void release() throws Exception{}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy