In `FastClasspathScannerBasedImplementation.of`, all candidate classes are determined as such: ```scala scanResult.getNamesOfAllClasses ``` This returns too many results. Change this algorithm such that it makes use of the library's built-in filtering mechanisms.
In
FastClasspathScannerBasedImplementation.of, all candidate classes are determined as such:This returns too many results.
Change this algorithm such that it makes use of the library's built-in filtering mechanisms.