io.vrap.codegen.languages.java.base.JavaSubTemplates.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-base Show documentation
Show all versions of java-base 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.java.base
import io.vrap.rmf.codegen.rendering.CoreCodeGenerator
object JavaSubTemplates {
val generatedAnnotation = """
|@Generated(
| value = "${CoreCodeGenerator::class.java.canonicalName}",
| comments = "https://github.com/commercetools/rmf-codegen"
|)
""".trimMargin()
}