diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-09-23 04:48:38 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-09-23 04:48:38 +0000 |
commit | 49b858a3008ad4b6393bc4c5c217022ed408c3e4 (patch) | |
tree | 9008b2810a577bd98d6ffc90077d377ff08c2c54 /dev-java/asm/metadata.xml | |
parent | Initial commit. Bug #92756 (diff) | |
download | historical-49b858a3008ad4b6393bc4c5c217022ed408c3e4.tar.gz historical-49b858a3008ad4b6393bc4c5c217022ed408c3e4.tar.bz2 historical-49b858a3008ad4b6393bc4c5c217022ed408c3e4.zip |
Version bump. Ebuild contributed by Miroslav Sulc <miroslav.sulc@startnet.cz>, bug #144859.
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'dev-java/asm/metadata.xml')
-rw-r--r-- | dev-java/asm/metadata.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/asm/metadata.xml b/dev-java/asm/metadata.xml index bb0abb914a72..22a451862693 100644 --- a/dev-java/asm/metadata.xml +++ b/dev-java/asm/metadata.xml @@ -9,7 +9,7 @@ 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. - + ASM offers similar functionalities as BCEL or SERP, but is much more smaller (25KB instead of 350KB for BCEL and 150KB for SERP) and faster than these tools (the overhead of a load time class transformation is of |