Javassist
| Use attributes for filter ! | |
| License | MPL |
|---|---|
| LGPL | |
| Stable release | April 16, 2019 |
| Written in | Java |
| Date of Reg. | |
| Date of Upd. | |
| ID | 2276852 |
About Javassist
Javassist is a Java library providing a means to manipulate the Java bytecode of an application. In this sense Javassist provides the support for structural reflection, i. e. the ability to change the implementation of a class at run time. Bytecode manipulation is performed at load-time through a provided class loader.