io.vrap.codegen.languages.javalang.plantuml.PlantUmlRelations.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-renderer Show documentation
Show all versions of java-renderer Show documentation
RAML API client code generators based on the REST Modeling Framework. https://github.com/vrapio/rest-modeling-framework
package io.vrap.codegen.languages.javalang.plantuml
object PlantUmlRelations {
val INHERITS = "<|--"
val COMPOSITION = "*--"
}