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

JavaJaxRS.queryParams.mustache Maven / Gradle / Ivy

The 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