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;
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;