package javaPack import org.jetbrains.annotations.NotNull; public class C implements I { @NotNull @Override public String foo() { return ""; } }