Registry / utility / reflections8

reflections8

JSON →
library0.11.7javamavenunverified

A Java runtime metadata analysis library without Guava dependency, compatible with Java 8.

<dependency> <groupId>net.oneandone.reflections8</groupId> <artifactId>reflections8</artifactId> <version>0.11.7</version> </dependency>
INSTALL
IMPORT
SIG · REFLECTIONS8
R
reflections8
utilityjavav0.11.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Reflections
org.reflections.Reflections

Scan for annotated classes in a package.

import org.reflections.Reflections; Reflections reflections = new Reflections("com.myapp"); Set<Class<?>> annotated = reflections.getTypesAnnotatedWith(MyAnnotation.class);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
reflections8 — mvn dependency:get reflections8 · libregistry