package-private—The member is accessible from any class in the package where it is declared. Technically known as default access, this is the access level you get if no access modifier is specified
On p. 3, he refers to the default access as "the technically correct _package access_ [JLS, 6.6.1]."