Package | Description |
---|---|
io.github.lukehutch.fastclasspathscanner | |
io.github.lukehutch.fastclasspathscanner.scanner |
Modifier and Type | Method and Description |
---|---|
FastClasspathScanner |
FastClasspathScanner.matchClassesWithFieldAnnotation(Class<? extends Annotation> annotation,
FieldAnnotationMatchProcessor fieldAnnotationMatchProcessor)
Calls the provided FieldAnnotationMatchProcessor if classes are found on the classpath that have one or more
fields with the specified annotation.
|
Modifier and Type | Method and Description |
---|---|
void |
ScanSpec.matchClassesWithFieldAnnotation(Class<? extends Annotation> annotation,
FieldAnnotationMatchProcessor fieldAnnotationMatchProcessor)
Calls the provided FieldAnnotationMatchProcessor if classes are found on the classpath that have one or more
fields with the specified annotation.
|
Copyright © 2017. All rights reserved.