On 29-04-2012 22:24, SomeDude wrote:Ah ok. But I'm not sure what's wrong with the package protection leveleither, actually.Yes, me neither. And I have found many cases in my code where using it actually makes sense and helps encapsulation.
See the Java discussion on »superpackages« – quite often, you want to share stuff in mylibrary.subpackage with the rest of mylibrary, but not the world.
David
