Version 3.0.0 of FastClasspathScanner. This is a significant new release, adding support for module path scanning for JDK 9, 10 and beyond, completely implemented using reflection for backwards compatibility with JDK 7 and 8.
FastClasspathScanner is also now modularized, so it can be used out of the box as a Java module on JDK9+.
FCS is now also modularized, so it can be used out of the box as a Java module on JDK9+. Huge shout-out to @gunnarmorling and the incredible moditect team for creating their Maven plugin for easy creation of module-info.class
.