From 0ccd3fda61b4930eff8c0db8bd464d9c80d4905a Mon Sep 17 00:00:00 2001 From: Mark Sto Date: Wed, 12 Jun 2019 17:19:37 +0300 Subject: [PATCH] include Manifold --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index efa9356..21f269b 100644 --- a/README.md +++ b/README.md @@ -302,6 +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). - [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.