ZISScanner
The ZISScanner (ZipInputStream Scanner), as the name suggests, scans the literal jar file with a ZipInputStream; recursing through every file entry while checking the name to see if it's a class, and if the package isn't on the exclusion list. If all is well, load the class through the main classes classloader.