Find all classes in the specified path, which can contain directories, zip files and jar files.
Find all classes in the specified path, which can contain directories,
zip files and jar files. Returns metadata about each class in a
ClassInfo object. The ClassInfo objects are returned lazily,
rather than loaded all up-front.
a Stream of ClassInfo objects
A
ClassFinderfinds classes in a class path, returning the result in a lazy iterator. The iterator can then be filtered, mapped, or passed to the utility methods in theClassFindercompanion object.