Content deleted Content added
m unpipe link to enumerated type |
m →Package access protection: formatting |
||
Line 32:
== Package access protection ==
Classes within a package can access classes and members declared with ''default access'' and class members declared with the ''<code>protected</code>'' access modifier. Default access is enforced when neither the <code>public</code>, <code>protected</code> nor <
== Creation of JAR files ==
|