Skip to content

Releases: mrkloan/reflection

1.0

28 Jun 14:53
Compare
Choose a tag to compare

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 any ClassLoader content.

Filters

  • Filter functionnal interface.
  • AnnotationFilter allowing you to specify required annotations on class resources.
  • ManifestFilter excluding the META-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.