Reflections is a free and Java based development tool that 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.
Using Reflections you can query your metadata for:
· get all subtypes of some type
· get all types annotated with some annotation
· get all types annotated with some annotation, including annotation parameters matching
· get all methods annotated with some
Use the one-stop-shop Reflections object for all that Reflections:
· Get an instance of a Reflections object, providing it with your preferred configuration
· Query your project's metadata
Requirements:
· Java
What's New in This Release: [ read full changelog ]
· added Maven repository, UseCases, javadoc, JavaCodeSerializer, getResources, Vfs