Add SneakyThrow

This commit is contained in:
Rainer Hahnekamp
2019-02-05 22:51:32 +01:00
committed by Andreas Kull
parent 802b73edc6
commit 33b4af3b5c

View File

@ -301,6 +301,7 @@ A curated list of awesome Java frameworks, libraries and software.
- [JavaSymbolSolver](https://github.com/javaparser/javasymbolsolver) - A symbol solver for Java.
- [JRebel ![c]](https://zeroturnaround.com/software/jrebel) - Instantly reloads code and configuration changes without redeploys.
- [NoException](https://noexception.machinezoo.com) - Allows checked exceptions in functional interfaces and converts exceptions to Optional return.
- [SneakyThrow](https://github.com/rainerhahnekamp/sneakythrow) - Ignores checked exceptions without bytecode manipulation. Can also be used inside Java 8 stream operations.
### Distributed Applications