![JAR search and dependency download from the Maven repository](/logo.png)
cn.ubibi.jettyboot.framework.commons.scan.PackageScanner Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jettyboot Show documentation
Show all versions of jettyboot Show documentation
jetty boot Library, simple mvc and data ORM framework
The newest version!
package cn.ubibi.jettyboot.framework.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