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

pl.gdela.socomo.bytecode.package-info Maven / Gradle / Ivy

Go to download

Core parts of the tool for visualizing and analyzing source code modularity of a single java project.

There is a newer version: 2.3.1
Show newest version
/**
 * Analysis of bytecode to discover source classes and members and their dependencies.
 * Pass a set of {@code *.class} files to the {@link pl.gdela.socomo.bytecode.BytecodeAnalyzer}
 * and via {@link pl.gdela.socomo.bytecode.DependencyCollector} you'll receive information
 * about dependencies.
 */
package pl.gdela.socomo.bytecode;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy