Based on
http://docs.oracle.c...esscontrol.html
The protected modifier specifies that the member can only be accessed within its own package (as with package-private) and, in addition, by a subclass of its class in another package.
This post has been edited by pbl: 11 January 2013 - 10:54 AM