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.
Installed Size: 158.7 kB
Architectures: all