| Interface | Description |
|---|---|
| FastClasspathScanner.ClassAnnotationMatchProcessor |
The method to run when a class with the right matching annotation is found on the classpath.
|
| FastClasspathScanner.FileMatchProcessor |
The method to run when a matching file is found on the classpath.
|
| FastClasspathScanner.InterfaceMatchProcessor<T> |
The method to run when a class implementing a specific interface is found on the classpath.
|
| FastClasspathScanner.SubclassMatchProcessor<T> |
The method to run when a subclass of a specific class is found on the classpath.
|
| Class | Description |
|---|---|
| FastClasspathScanner |
Uber-fast, ultra-lightweight Java classpath scanner.
|
Copyright © 2015. All rights reserved.