From 802d4e39c5961d802dbabd3d8087c34b61182189 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Fri, 19 Sep 2014 12:14:53 +0200 Subject: [PATCH] Update README.md Changed description Bytecode Manipulation > Javassist --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a46f0f6..aca9e01 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Libraries to manipulate Java bytecode programmatically.* * [ASM](http://asm.ow2.org/) - All purpose, low level, bytecode manipulation and analysis. -* [Javassist](http://www.csg.ci.i.u-tokyo.ac.jp/~chiba/javassist/) - Easy editing of bytecode. +* [Javassist](http://www.csg.ci.i.u-tokyo.ac.jp/~chiba/javassist/) - Tries to simplify the editing of bytecode. ## Code Analysis