If only certain classes are required from a package, the wildcard should be replaced with the package name. For example:
   import project.test.config
   import project.test.trace

The structure of the package specification is related to the directory structure of the class files.