Sign in
apache
/
servicecomb-toolkit
/
HEAD
/
.
/
codegen
/
src
/
main
/
resources
/
ServiceComb
/
libraries
/
SpringMVC
/
bodyParams.mustache
blob: 5932bd17bc694c19827ad375aa995270e079416b [
file
]
{{#
isBodyParam
}}
@RequestBody
{{{
dataType
}}}
{{
paramName
}}{{/
isBodyParam
}}