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;