All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ehutch.fast-classpath-scanner.3.1.15.source-code.module-info Maven / Gradle / Ivy

Go to download

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

There is a newer version: 4.0.0-beta-7
Show newest version
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy