Add Mixin

This commit is contained in:
Matthew Miller
2018-10-22 23:37:57 +10:00
committed by Andreas Kull
parent 4e868f61ba
commit 645cb5b89e

View File

@ -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. - [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. - [cglib](https://github.com/cglib/cglib) - Bytecode generation library.
- [Javassist](https://jboss-javassist.github.io/javassist) - Tries to simplify bytecode editing. - [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 ### Caching