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

JaxRsInterfaces.headerParams.mustache Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy