import foo.Clazz.Foo; import static foo.Clazz.Foo.Const_1; class MyObject{ public void doIt(){ Foo.Const_1; } }