Merge pull request #573 from robertvazan/patch-2

Added NoException
This commit is contained in:
Jonathan Bluett-Duncan
2017-07-01 02:12:07 +01:00
committed by GitHub

View File

@ -298,6 +298,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [JavaParser](https://github.com/javaparser/javaparser) - Parse, modify and generate Java code.
* [JavaSymbolSolver](https://github.com/javaparser/javasymbolsolver) - A symbol solver for Java.
* [JRebel ![c]](http://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.
* [Spring Loaded](https://github.com/spring-projects/spring-loaded) - Class reloading agent.
## Distributed Applications