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