For Java, can I import all packages at once?

后端 未结 6 1111
不思量自难忘°
不思量自难忘° 2021-01-18 07:15

For example, the third party library uses very complex directory structure for the package. Can I import them at once. the star seems can only imports one directory level.

6条回答
  •  青春惊慌失措
    2021-01-18 07:51

    As In the case of JSPs,can I use a .inc file to import all the required classes from 3rd party libraries in a java class

提交回复
热议问题