[ 原始碼: libreflections-java ]
套件:libreflections-java(0.10.2+dfsg-2)
libreflections-java 的相關連結
Debian 的資源:
下載原始碼套件 libreflections-java:
- [libreflections-java_0.10.2+dfsg-2.dsc]
- [libreflections-java_0.10.2+dfsg.orig.tar.xz]
- [libreflections-java_0.10.2+dfsg-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Java runtime metadata analysis library
Reflections scans a classpath, indexes the metadata, allows one to query it on runtime and may save and collect that information for many modules within a project.
Using Reflections one can query metadata such as:
- get all subtypes of some type; - get all types/members annotated with some annotation; - get all resources matching a regular expression; - get all methods with specific signature including parameters, parameter annotations and return type.
其他與 libreflections-java 有關的套件
|
|
|
|
-
- dep: libdom4j-java
- Flexible XML framework for Java
-
- dep: libgoogle-gson-java
- Converts Java objects into their JSON representation
-
- dep: libhamcrest-java
- library of matchers for building test expressions
-
- dep: libjavassist-java
- library for editing bytecodes in Java
-
- dep: libjboss-vfs-java
- JBoss VFS
-
- dep: libservlet-api-java
- Java Servlet API
-
- dep: libslf4j-java
- Simple Logging Facade for Java