Package io.avaje.classpath.scanner
Interface ClassPathScannerFactory
public interface ClassPathScannerFactory
Factory for the ClassPathScanner service.
-
Method Summary
Modifier and TypeMethodDescriptioncreateScanner(ClassLoader classLoader) Create a ClassPathScanner given the classLoader.
-
Method Details
-
createScanner
Create a ClassPathScanner given the classLoader.
-