Closed
Description
Use cases for customizing the name of the request parameter to bind to a field are described in #18012 and related issues. Now that DataBinder
supports constructor binding, including nested object structures (see #26721), it's reasonably straight forward to allow customizing the request parameter name through a constructor parameter annotation, and it provides a way to support such use cases.