Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T17:20:51.000Z (about 1 year ago)
- Last Synced: 2024-11-15T17:16:51.078Z (2 months 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
[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)
# CloseableScope
[![Maven Central](https://img.shields.io/maven-central/v/com.machinezoo.closeablescope/closeablescope)](https://central.sonatype.com/artifact/com.machinezoo.closeablescope/closeablescope)
[![Build status](https://github.com/robertvazan/closeablescope/workflows/build/badge.svg)](https://github.com/robertvazan/closeablescope/actions/workflows/build.yml)
[![Test coverage](https://codecov.io/gh/robertvazan/closeablescope/branch/master/graph/badge.svg)](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).