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

com.tomtom.james.common.api.ClassScanner Maven / Gradle / Ivy

There is a newer version: 2.0.8
Show newest version
package com.tomtom.james.common.api;

import java.util.Collection;

public interface ClassScanner extends StatisticsProvider{

    Collection getIgnoredPackages();

    Collection getClassStructureInfos();

    Collection getProcessedClassesInfos();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy