
com.helloworld.Hello Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kite9-java-maven-hello-world Show documentation
Show all versions of kite9-java-maven-hello-world Show documentation
Simple example project showing how to use the Maven plugin to generate Kite9 diagrams
The newest version!
package com.helloworld;
import org.kite9.diagram.adl.Diagram;
import org.kite9.diagram.builders.java.DiagramBuilder;
import org.kite9.framework.Kite9Item;
public class Hello {
@Kite9Item
public Diagram helloWorldClassDiagram(DiagramBuilder db) {
db.withClasses(Hello.class, World.class).show(db.asConnectedGlyphs());
return db.getDiagram();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy