v2.JavaJaxRS.cxf-cdi.bodyParams.mustache Maven / Gradle / Ivy
The newest version!
{{#is this 'body-param'}}@ApiParam(value = "{{{description}}}" {{#required}},required=true{{/required}}{{#allowableValues}}, {{> allowableValues }}{{/allowableValues}}{{#defaultValue}}, defaultValue="{{{defaultValue}}}"{{/defaultValue}}) {{{dataType}}} {{paramName}}{{/is}}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy