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

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