import org.jetbrains.annotations.NonNls; // "Annotate field 'field' as '@NonNls'" "true-preview" class Foo { @NonNls String field = "text"; }