Add automatic hint for autowired field support #28655
Labels
theme: aot
An issue related to Ahead-of-time processing
type: regression
A bug that is also a regression
Milestone
If a field is flagged with
@Autowired
the container uses reflection to set the value. A hint should have been generated automatically for this but it looks like that's not the case at the moment.The text was updated successfully, but these errors were encountered: