pkgsrc-wip/java-asm/DESCR
pancake ;) 69429a15f6 Initial import of java-asm
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.
2004-05-10 19:28:36 +00:00

4 lines
260 B
Text

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.