![JAR search and dependency download from the Maven repository](/logo.png)
com.github.henryco.injector.meta.resolver.IClassFinder Maven / Gradle / Ivy
package com.github.henryco.injector.meta.resolver;
import java.util.List;
public interface IClassFinder {
List> getClassesForPackage(String pckgname) throws ClassNotFoundException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy