import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; class A { @NotNull @Nullable String f() {}; }