import static Bar.FOO class Bar { static String FOO; static String BAR; } class Foo { Object[] foo() { String b = FOO;<caret> } }