Uses of Interface
io.github.lukehutch.fastclasspathscanner.matchprocessor.ClassAnnotationMatchProcessor
-
Packages that use ClassAnnotationMatchProcessor Package Description io.github.lukehutch.fastclasspathscanner io.github.lukehutch.fastclasspathscanner.scanner -
-
Uses of ClassAnnotationMatchProcessor in io.github.lukehutch.fastclasspathscanner
Methods in io.github.lukehutch.fastclasspathscanner with parameters of type ClassAnnotationMatchProcessor 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. -
Uses of ClassAnnotationMatchProcessor in io.github.lukehutch.fastclasspathscanner.scanner
Methods in io.github.lukehutch.fastclasspathscanner.scanner with parameters of type ClassAnnotationMatchProcessor 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.
-