| Package | Description |
|---|---|
| io.github.lukehutch.fastclasspathscanner |
| Modifier and Type | Method and Description |
|---|---|
<T> FastClasspathScanner |
FastClasspathScanner.matchSubclassesOf(Class<T> superclass,
SubclassMatchProcessor<T> subclassMatchProcessor)
Calls the provided SubclassMatchProcessor if classes are found on the classpath that extend the specified
superclass.
|
Copyright © 2015. All rights reserved.