mirror of
https://github.com/akullpp/awesome-java.git
synced 2025-02-17 15:55:19 -05:00
Update README.md
This commit is contained in:
parent
0ccd3fda61
commit
84c98b57c0
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,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]](https://zeroturnaround.com/software/jrebel) - Instantly reloads code and configuration changes without redeploys.
|
||||
- [Manifold](http://manifold.systems/) - A single jar that re-energizes Java with powerful features like Type-safe Metaprogramming (e.g. GraphQL- or JSON Schema-based API or domain models), Structural Typing (think any dynamic language), and Extension Methods (think Kotlin).
|
||||
- [Manifold](https://manifold.systems) - Re-energizes Java with powerful features like type-safe metaprogramming, structural typing and extension methods.
|
||||
- [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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue