| Package | Description |
|---|---|
| io.github.lukehutch.fastclasspathscanner | |
| io.github.lukehutch.fastclasspathscanner.scanner |
| Modifier and Type | Method and Description |
|---|---|
FastClasspathScanner |
FastClasspathScanner.matchClassesWithAnnotation(Class<?> annotation,
ClassAnnotationMatchProcessor classAnnotationMatchProcessor)
Calls the provided ClassAnnotationMatchProcessor if classes are found on the classpath that have the
specified annotation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScanSpec.matchClassesWithAnnotation(Class<?> annotation,
ClassAnnotationMatchProcessor classAnnotationMatchProcessor)
Calls the provided ClassAnnotationMatchProcessor if classes are found on the classpath that have the
specified annotation.
|
Copyright © 2017. All rights reserved.