@Autowired marked as invalid when injected in a fragment

Autowired annotation is being marked as invalid by intellij.

Assuming this is a studio issue.

@FragmentDescriptor("myFragment.xml")
public class MyFragment extends Fragment<VerticalLayout> {
    @Autowired
    private Notifications notifications;

image

Hi

Thanks for your feedback!
The YouTrack issue created.