All Classes and Interfaces
Class
Description
ClassFinder searches the classpath of the specified classloader for
packages, classes, constructors, methods, or fields with specific annotations.
ClassFinder searches the classpath of the specified classloader for
packages, classes, constructors, methods, or fields with specific annotations.
Supports JarArchive and FileArchive URLs
First, all Exclude directives are evaluated; if any match, the className is denied unless it also matches an Include directive.
Temporary interface to bridge the gap between the two finder impls
First, all Include directives are evaluated; at least one must match, or the className is rejected.