[ 源代码: libreflectasm-java ]
软件包:libreflectasm-java(1.05-4)
libreflectasm-java 的相关链接
Debian 的资源:
下载源码包 libreflectasm-java:
- [libreflectasm-java_1.05-4.dsc]
- [libreflectasm-java_1.05.orig.tar.gz]
- [libreflectasm-java_1.05-4.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
library that provides reflection by using code generation
ReflectASM is a very small Java library that provides high performance reflection by using code generation. An access class is generated to set/get fields, call methods, or create a new instance.
The access class uses bytecode rather than Java's reflection, so it is much faster. It can also access primitive fields via bytecode to avoid boxing.
其他与 libreflectasm-java 有关的软件包
|
|
|
|
-
- dep: libasm-java (>= 5.0)
- Java bytecode manipulation framework