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

JavaJaxRS.spec.headerParams.mustache Maven / Gradle / Ivy

{{#isHeaderParam}}@HeaderParam("{{baseName}}"){{#useBeanValidation}}{{>beanValidationHeaderParams}}{{/useBeanValidation}} {{#defaultValue}} @DefaultValue("{{{.}}}"){{/defaultValue}} {{#useSwaggerAnnotations}}{{#description}} @ApiParam("{{.}}"){{/description}}{{/useSwaggerAnnotations}} {{{dataType}}} {{paramName}}{{/isHeaderParam}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy