Specifies one or more class
packages to import for this class.
Synopsis
Import MyPackage
Class MyApp.MyClass {
}
The value of this keyword is a list of one or more class package names.
The
Import keyword specifies the names of any
packages that you wish your class to import from. When the class is compiled,
the Class Compiler uses any packages specified by the Import keyword to resolve
class names.
The default value for the
Import keyword is an
empty string.