Tags: Programming Language.

Javassist (Java programming assistant) 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.Javassist enables Java programs to define a new class at runtime and to modify a class file when the JVM loads it.

Loading...

This page contains content from the copyrighted Wikipedia article "Javassist"; that content is used under the GNU Free Documentation License (GFDL). You may redistribute it, verbatim or modified, providing that you comply with the terms of the GFDL.