package statement | a semicolon | package com.naviseek.canasta | package packageName | | at the beginning of a file | definition | A statement that declares the name of the package the file defines | to specify the name of the package to which the compilation unit in which the package declaration is put belongs | | the first statement in the source file except for comments | bold = mandatory italic = non-terminal normal font = optional | package information about the class in the source file | Packages | statement | package declaration |