I have an original Jmix project (not using Flow UI but classic UI) and I have been seeing annotation @Autowired instead of @Inject whenever I inject a control into my controllers.
Although the code still runs, I am seeing where the @Autowired annotation appears in red with the following message:
Autowired members must be defined in valid Spring bean (@Component|@Service|...)
I also notice that whenever I change my code, the changes are not reflected unless I logout, restart or try alot of random changes. Debugging code also seems like my code is out of sync with what is running.
I am not sure what is going on.
Does anyone have any idea ?