import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; public class Npe { @NotNull Object foo() { return null; } }