Java Package

A Java package. For example, some_pack in the following example has a kind of Java Package.

package some_pack; 

The default unnamed package has a kind of Java Package Unnamed. An unnamed package entity is created if any files in the project do not have a “package” statement. Any class that appears in a file without a “package” statement belongs to the unnamed package.


Scientific Toolworks, Inc.
http://www.scitools.com