package test; import org.jetbrains.annotations.NotNull; class NotNullMethod { @NotNull public String hi() { return ""; } }