import org.jetbrains.annotations.Nullable; class C { private @Nullable String s; }