Uses of Interface
io.github.lukehutch.fastclasspathscanner.matchprocessor.MethodAnnotationMatchProcessor
-
Packages that use MethodAnnotationMatchProcessor Package Description io.github.lukehutch.fastclasspathscanner io.github.lukehutch.fastclasspathscanner.scanner -
-
Uses of MethodAnnotationMatchProcessor in io.github.lukehutch.fastclasspathscanner
Methods in io.github.lukehutch.fastclasspathscanner with parameters of type MethodAnnotationMatchProcessor Modifier and Type Method Description FastClasspathScanner
FastClasspathScanner. matchClassesWithMethodAnnotation(Class<? extends Annotation> annotation, MethodAnnotationMatchProcessor methodAnnotationMatchProcessor)
Calls the provided MethodAnnotationMatchProcessor if classes are found on the classpath that have one or more methods with the specified annotation. -
Uses of MethodAnnotationMatchProcessor in io.github.lukehutch.fastclasspathscanner.scanner
Methods in io.github.lukehutch.fastclasspathscanner.scanner with parameters of type MethodAnnotationMatchProcessor Modifier and Type Method Description void
ScanSpec. matchClassesWithMethodAnnotation(Class<? extends Annotation> annotation, MethodAnnotationMatchProcessor methodAnnotationMatchProcessor)
Calls the provided MethodAnnotationMatchProcessor if classes are found on the classpath that have one or more methods with the specified annotation.
-