
com.github.linushp.commons.scan.PackageScanner Maven / Gradle / Ivy
The newest version!
package com.github.linushp.commons.scan;
import java.io.IOException;
import java.util.List;
public interface PackageScanner {
public List getFullyQualifiedClassNameList() throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy