[FlowUI] Studio uses @Autowired incorrectly instead of @ViewComponent

In my FlowUI project, when I inject different components, I often get incorrect annotations e.g. @Autowired instead of @ViewComponent

    @ViewComponent
    private CollectionPropertyContainer<LcApplicationLine> lcApplicationLineDc;
    
@Autowired
private DataContext dataContext;

Hi, Mortoza
Could you write a little more information: which version of the studio, which project and etc?
I can’t reproduce this on the latest version of Jmix Studio (master branch).

Ticket with same problem has been resolved, you can see ticket here: https://youtrack.jmix.io/issue/JST-3283/DataContext-must-be-injected-using-ViewComponent-annotation

Hi
I am using latest version of platform and Studio (1.4.2) and composite project of FlowUI.