import org.jetbrains.annotations.NotNull; class A { @NotNull String s = "A.s"; }