package foo; import org.jetbrains.annotations.NotNull; interface MyTestClass { @NotNull String implementMe(); }