The standard Java runtime hides many details about classes, particularly the location of classes which can potentially be loaded, and the details of unloaded classes.
ClassScan can provide information about all of the classes available to the runtime, whether or not the class has been loaded.
An application may want to discover:
A getting started user guide is available together with various project reports.
The commons mailing lists act as the main support forum. The user list is suitable for most library usage queries. The dev list is intended for the development discussion. Please remember that the lists are shared between all commons components, so prefix your email by [classscan].
Bug reports and enhancements are also welcomed via the JIRA issue tracker.