Fix javassist url

This commit is contained in:
Kristoffer Sjögren
2015-07-22 21:38:30 +02:00
parent af98a847c4
commit 1212837296

View File

@ -72,7 +72,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. * [ASM](http://asm.ow2.org/) - All purpose, low level, bytecode manipulation and analysis.
* [Byte Buddy](http://bytebuddy.net/) - Further simplifies bytecode generation with a fluent API. * [Byte Buddy](http://bytebuddy.net/) - Further simplifies bytecode generation with a fluent API.
* [Javassist](http://www.csg.ci.i.u-tokyo.ac.jp/~chiba/javassist/) - Tries to simplify the editing of bytecode. * [Javassist](http://jboss-javassist.github.io/javassist) - Tries to simplify the editing of bytecode.
## Cluster Management ## Cluster Management