package test; import org.jetbrains.annotations.NotNull; class NotNullField { @NotNull public String hi; }