Missing reflection hints on controller parameters without annotations #29331
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: declined
A suggestion or change that we don't feel we should currently apply
theme: aot
An issue related to Ahead-of-time processing
type: enhancement
A general enhancement
The
@GetMapping
endpoint specified in this comment triggers this error:ControllerMappingReflectiveProcessor
should potentially be updated to add contructor hints on parameters without recognized annotation or with@ModelAttribute
annotation.The text was updated successfully, but these errors were encountered: