https://github.com/robertvazan/closeablescope
Tiny Java library providing unchecked version of AutoCloseable.
https://github.com/robertvazan/closeablescope
java java-library try-with-resources
Last synced: about 1 month ago
JSON representation
Tiny Java library providing unchecked version of AutoCloseable.
- Host: GitHub
- URL: https://github.com/robertvazan/closeablescope
- Owner: robertvazan
- License: apache-2.0
- Created: 2022-10-23T23:45:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T17:20:51.000Z (over 2 years ago)
- Last Synced: 2025-03-05T17:24:17.774Z (over 1 year ago)
- Topics: java, java-library, try-with-resources
- Language: Java
- Homepage: https://closeablescope.machinezoo.com/
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)
# CloseableScope
[](https://central.sonatype.com/artifact/com.machinezoo.closeablescope/closeablescope)
[](https://github.com/robertvazan/closeablescope/actions/workflows/build.yml)
[](https://codecov.io/gh/robertvazan/closeablescope)
CloseableScope is a tiny Java library that implements single interface [`CloseableScope`](https://closeablescope.machinezoo.com/javadoc/com.machinezoo.closeablescope/com/machinezoo/closeablescope/CloseableScope.html), which is an unchecked version of
[`AutoCloseable`](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/AutoCloseable.html).
More on [homepage](https://closeablescope.machinezoo.com/).
## Status
Stable and maintained.
## Getting started
See [homepage](https://closeablescope.machinezoo.com/).
## Documentation
* [Homepage](https://closeablescope.machinezoo.com/)
* [Javadoc](https://closeablescope.machinezoo.com/javadoc/com.machinezoo.closeablescope/com/machinezoo/closeablescope/package-summary.html)
## Feedback
Bug reports and pull requests are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md).
## License
Distributed under [Apache License 2.0](LICENSE).