chardroda.util.closeit.1.7.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of closeit Show documentation
Show all versions of closeit Show documentation
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;
}