ehutch.fast-classpath-scanner.3.1.15.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fast-classpath-scanner Show documentation
Show all versions of fast-classpath-scanner Show documentation
Uber-fast, ultra-lightweight Java classpath scanner. Scans the classpath by parsing the classfile binary format directly rather than by using reflection.
See https://github.com/lukehutch/fast-classpath-scanner
module io.github.lukehutch.fastclasspathscanner {
exports io.github.lukehutch.fastclasspathscanner;
exports io.github.lukehutch.fastclasspathscanner.classloaderhandler;
exports io.github.lukehutch.fastclasspathscanner.matchprocessor;
exports io.github.lukehutch.fastclasspathscanner.scanner;
exports io.github.lukehutch.fastclasspathscanner.typesignature;
exports io.github.lukehutch.fastclasspathscanner.utils;
}