Releases: mrkloan/reflection
Releases · mrkloan/reflection
1.0
Release notes
reflection
v1.0 is released with a set of simple features.
Scanners
Scanner
interface.ClassPathScanner
is the default implementation used to perform runtime-scanning of anyClassLoader
content.
Filters
Filter
functionnal interface.AnnotationFilter
allowing you to specify required annotations on class resources.ManifestFilter
excluding theMETA-INF\MANIFEST.MF
file from the scanned resources.PackageFilter
allowing you to restrict the classpath scanning to a certain package hierarchy.
API
Reflection
class exposing a simple set of methods to gather the resources you need.