mathieuancelin / weld-osgi

This project aims to provide an OSGi integration for Weld. This project is no longer updated, see https://github.com/weld/core for updates
https://github.com/weld/core
12 stars 10 forks source link

@OSGi annotated injection points now work with @Filtered qualifier #32

Closed arcane86 closed 13 years ago

arcane86 commented 13 years ago

The CDI extension now processes all AnnotatedType in order to wrap all @OSGiService annotated injection points. This avoids the ambiguous dependency issue in all known cases.