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

JaxRsInterfaces.queryParams.mustache Maven / Gradle / Ivy

There is a newer version: 0.5.0-beta-1
Show newest version
{{#isQueryParam}}@ApiParam(value = "{{{description}}}"{{#required}},required=true{{/required}}{{#allowableValues}}, allowableValues="{{{allowableValues}}}"{{/allowableValues}}{{#defaultValue}}, defaultValue="{{{defaultValue}}}"{{/defaultValue}}) @QueryParam("{{paramName}}") {{{dataType}}} {{paramName}}{{/isQueryParam}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy