pkgsrc-wip/java-asm/DESCR

5 lines
260 B
Text
Raw Normal View History

ASM is a Java bytecode manipulation framework. It can be used to
dynamically generate stub classes or other proxy classes, directly
in binary form, or to dynamically modify classes at load time, i.e.,
just before they are loaded into the Java Virtual Machine.