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

io.github.itroadlabs.apicross.springmvc.templates.requestsHandlerMethodPathVars.hbs Maven / Gradle / Ivy

The newest version!
{{#each pathParameters}}
    @PathVariable("{{name}}") {{#with type}}{{> type}}{{/with}} {{resolvedName}}
    {{#unless @last}},{{/unless}}
{{/each}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy