com.tomtom.james.common.api.ClassScanner Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of james-agent-common Show documentation
Show all versions of james-agent-common Show documentation
A package that lets you write your own toolkits for James
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