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

kotlin-spring.service.mustache Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
package {{package}}

{{#imports}}import {{import}}
{{/imports}}

{{#operations}}
interface {{classname}}Service {
{{#operation}}

    fun {{operationId}}({{#allParams}}{{paramName}}: {{>optionalDataType}}{{#hasMore}}, {{/hasMore}}{{/allParams}}): {{>returnTypes}}
{{/operation}}
}
{{/operations}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy