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.
Comment From: snicoll
This is a regression of a refactoring. We used to flag a field regardless of its visibility and that is no longer the case.
Comment From: snicoll
A bit frustrating as the tests that were validating hints have been contributed have been dropped apparently.
Comment From: snicoll
Even more frustrating when I realize I was the one saying the hints was wrong in a review document 🙄