[ 源代码: libreflectasm-java ]
软件包:libreflectasm-java-doc(1.11.9+dfsg-4)
libreflectasm-java-doc 的相关链接
Debian 的资源:
下载源码包 libreflectasm-java:
- [libreflectasm-java_1.11.9+dfsg-4.dsc]
- [libreflectasm-java_1.11.9+dfsg.orig.tar.xz]
- [libreflectasm-java_1.11.9+dfsg-4.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
library that provides reflection by using code generation - doc
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.
This package contains the Javadoc API