From d503035184fecbbf2d7a06b230a67971700b2ad2 Mon Sep 17 00:00:00 2001 From: Kevin Deenanauth Date: Thu, 20 Nov 2014 23:27:14 -0800 Subject: [PATCH] Added Byte Buddy to Bytecode Manipulation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8fc77a9..908668b 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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/) - Tries to simplify the editing of bytecode. +* [Byte Buddy](http://bytebuddy.net/) - Further simplifies bytecode generation with a fluent API. ## Code Analysis