Introspection
Libraries that help make the Java introspection and reflection API easier and faster to use.
Reflections4.7K
Reflections scans your classpath, indexes the metadata, allows you to query it on runtime and may save and collect that information for many modules within your project.
ClassGraph2.8K
ClassGraph (formerly FastClasspathScanner) is an uber-fast, ultra-lightweight, parallelized classpath scanner and module scanner for Java, Scala, Kotlin and other JVM languages.
ReflectASM1.5K
ReflectASM is a very small Java library that provides high performance reflection by using code generation.