Reflections is a Java runtime metadata analysis library for scanning classpath and querying types, methods, and annotations.
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.10.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Scans a package for classes annotated with @Deprecated.
Use 'ConfigurationBuilder' to customize scanning and avoid performance issues.
No dependency data recorded yet.