A package clause specifies that members of the "enclosing" package are visible.
I'd like to specify which members are visible using import selector syntax.
This has the salubrious side effect of documenting why I made the package "enclosing".
package foo
package bar.{Baz, Buzz}
package stuff.given
package mypackage