import org.jetbrains.annotations.NonNls; class Foo { class Bar { @NonNls private static final String xxx = "42"; void foo() { } } }