| Package | Description |
|---|---|
| io.github.lukehutch.fastclasspathscanner | |
| io.github.lukehutch.fastclasspathscanner.scanner |
| Modifier and Type | Method | 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 | 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 © 2018. All rights reserved.