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

com.bestvike.IDisposable Maven / Gradle / Ivy

The newest version!
package com.bestvike;

/**
 * Created by 许崇雷 on 2017-09-30.
 */
public interface IDisposable extends AutoCloseable {
    @Override
    void close();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy