Releases: mrkloan/reflection
Releases · mrkloan/reflection
1.0
Release notes
reflection v1.0 is released with a set of simple features.
Scanners
Scannerinterface.ClassPathScanneris the default implementation used to perform runtime-scanning of anyClassLoadercontent.
Filters
Filterfunctionnal interface.AnnotationFilterallowing you to specify required annotations on class resources.ManifestFilterexcluding theMETA-INF\MANIFEST.MFfile from the scanned resources.PackageFilterallowing you to restrict the classpath scanning to a certain package hierarchy.
API
Reflectionclass exposing a simple set of methods to gather the resources you need.