All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.vrap.codegen.languages.java.base.JavaSubTemplates.kt Maven / Gradle / Ivy

Go to download

RAML API client code generators based on the REST Modeling Framework. https://github.com/vrapio/rest-modeling-framework

The newest version!
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()

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy