We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
import ::= <import_class> | <import_all> <br> import_class ::= import part1[.part2[...]]<br> import_all ::= import part1[.part2[...]]._
The second construction will import all classes from the package or all functions from the object.