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

com.github.linushp.commons.scan.PackageScanner Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show 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 - 2024 Weber Informatics LLC | Privacy Policy