diff --git a/README.md b/README.md index eac2368..b9e243b 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Byteman](https://byteman.jboss.org) - Manipulate bytecode at runtime via DSL (rules); mainly for testing/troubleshooting. - [cglib](https://github.com/cglib/cglib) - Bytecode generation library. - [Javassist](https://jboss-javassist.github.io/javassist) - Tries to simplify bytecode editing. +- [Mixin](https://github.com/SpongePowered/Mixin) - Manipulate bytecode at runtime using real Java code. ### Caching