0

i am an fresh man in osgi,and i wonder how to indicate the packages those don't need export/import using bnd API

1 Answers1

2

Just don't export them. All packages inside your bundle that are not explicitly exported with Export-Package are implicitly private.

Neil Bartlett
  • 23,743
  • 4
  • 44
  • 77