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

chardroda.util.closeit.1.7.1.source-code.module-info Maven / Gradle / Ivy

Go to download

Functional interfaces that facilitate using try-with-resources with lambdas to easily clean up resources that do not extend AutoCloseable, or to replace the finally clause.

The newest version!
/**
 * This defines the module name and exported package when used
 * as a module in a JDK 9+ environment.  This
 * library remains binary compatible with JDK 8.
 *
 * @author Richard Roda
 * @since 1.6
 */
module com.github.richardroda.util.closeit {
    exports com.github.richardroda.util.closeit;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy