net.spals.appbuilder.graph.model.ServiceGraphFormat Maven / Gradle / Ivy
package net.spals.appbuilder.graph.model;
/**
* @author tkral
*/
public enum ServiceGraphFormat {
ASCII,
NONE,
TEXT,
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy