From eae3d75048e02102958c435d24e7d3342d838b57 Mon Sep 17 00:00:00 2001 From: Federico Tomassetti Date: Mon, 30 Jan 2017 22:44:02 +0100 Subject: [PATCH] add JavaParser --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 091278d..9816c59 100644 --- a/README.md +++ b/README.md @@ -294,6 +294,7 @@ A curated list of awesome Java frameworks, libraries and software. * [DCEVM](http://dcevm.github.io/) - Modification of the JVM that allows unlimited redefinition of loaded classes at runtime. * [Faux Pas](https://github.com/zalando/faux-pas) - Library that simplifies error handling by circumventing the issue that none of the functional interfaces in the Java Runtime is allowed by default to throw checked exceptions. * [HotswapAgent](https://github.com/HotswapProjects/HotswapAgent) - Unlimited runtime class and resource redefinition. +* [JavaParser](https://github.com/javaparser/javaparser) - Parse, modify and generate Java code. * [JRebel ![c]](http://zeroturnaround.com/software/jrebel/) - Instantly reloads code and configuration changes without redeploys. * [Spring Loaded](https://github.com/spring-projects/spring-loaded) - Class reloading agent.