package foo; import org.jetbrains.annotations.Nullable; public class A { public @Nullable String foo(String s) { return null; } }