packageName

Returns the package name of this according to the Java Language Specification (section 6.7). Unlike Class.getPackage, this method only parses the class name, without attempting to define the Package and hence load files.

See also