How to access java-classes in the default-package?

前端 未结 5 1740
有刺的猬
有刺的猬 2020-11-21 13:18

I\'m working now together with others in a grails project. I have to write some Java-classes. But I need access to an searchable object created with groovy. It seems, that t

5条回答
  •  耶瑟儿~
    2020-11-21 14:20

    just to complete the idea:

    From inside default-package you can access objects resided in named packages.

提交回复
热议问题