套件: libreflectasm-java-doc (1.11.6+dfsg-1)
libreflectasm-java-doc 的相關超連結
Trisquel 的資源:
下載原始碼套件 libreflectasm-java:
- [libreflectasm-java_1.11.6+dfsg-1.dsc]
- [libreflectasm-java_1.11.6+dfsg.orig.tar.xz]
- [libreflectasm-java_1.11.6+dfsg-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Java Maintainers (郵件存檔)
- Pierre Gruet
外部的資源:
- 主頁 [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