diff --git a/README.md b/README.md index 1fc8577..05a38bd 100644 --- a/README.md +++ b/README.md @@ -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