import p.*; import static p.Foo.bar; import static p.Boo.*; class FooImpl implements Foo, Boo { public void baz() { foo(); bar(); boo(); } }