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

scala-play-server.app.apiTrait.scala.mustache Maven / Gradle / Ivy

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

import play.api.libs.json._
{{#supportAsync}}
import scala.concurrent.Future
{{/supportAsync}}
{{#imports}}
import {{import}}
{{/imports}}
{{#operations}}

{{>generatedAnnotation}}
trait {{classname}} {
{{#operation}}
  /**
    {{#summary}}
    * {{.}}
    {{/summary}}
    {{#notes}}
    * {{.}}
    {{/notes}}
    {{#allParams}}
    {{#description}}
    * @param {{paramName}} {{description}}
    {{/description}}
    {{/allParams}}
    */
  {{>app/defOperationSignature}}
{{^-last}}

{{/-last}}
{{/operation}}
}
{{/operations}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy