The felix-scr-annotations tag has no wiki summary.
1
vote
0answers
58 views
How should I declare a has-a dependency via OSGi declarative services?
My OSGi application uses a whiteboard pattern to register listeners for specific state changes. I use org.apache.felix.scr.annotations to declare my services and components instead of hand-coding the ...