net.kemitix.dependency.digraph.maven.plugin.digraph.GraphElement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of digraph-dependency-maven-plugin Show documentation
Show all versions of digraph-dependency-maven-plugin Show documentation
Generates a DOT Digraph of dependencies between packages within a project
package net.kemitix.dependency.digraph.maven.plugin.digraph;
/**
* Common base for any element to be added to a graph.
*
* @author pcampbell
*/
public abstract class GraphElement {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy