原文链接:
OSGi组件依赖
OSGi doesn’t allow you to specify class visibility at the class level, but instead at the level of the containing package.
1. The header:Export-Package and The directives for the Export-Package header
当指定一个package export,默认的它的subpackage是没有exportde,需特别指定。