[ 原始碼: libreflectasm-java ]
套件:libreflectasm-java-doc(1.05-4.1)
libreflectasm-java-doc 的相關連結
Debian 的資源:
下載原始碼套件 libreflectasm-java:
- [libreflectasm-java_1.05-4.1.dsc]
- [libreflectasm-java_1.05.orig.tar.gz]
- [libreflectasm-java_1.05-4.1.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