Bruce Jackson wrote
> This bundle (org.osgi.service.component.annotations) is for compile-time only 
> use. Presumably then, when I’m writing my own bundle in Eclipse I should mark 
> the annotations bundle import as being optional?
> 
No :) you should have no import for that package. The annotations have a
retention policy of class, so they are not needed at all at runtime.
Usually the tooling does not generate an import for such a package.

Regards
Carsten
-- 
Carsten Ziegeler
Adobe Research Switzerland
cziege...@apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to