Add SneakyThrow
This commit is contained in:
committed by
Andreas Kull
parent
802b73edc6
commit
33b4af3b5c
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user