JLS: Chapter 7. Packages:
A package consists of a number of compilation units (§7.3). A compilation unit automatically has access to all types
I think this is covered in Shadowing & Obscuring in that a package scoped Class takes precedence over a wildcard import.