[
https://issues.apache.org/jira/browse/FELIX-4877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre De Rop updated FELIX-4877:
---------------------------------
Fix Version/s: (was: org.apache.felix.dependencymanager-r3)
org.apache.felix.dependencymanager-r4
> DM Annotations should detect service type using more method signatures.
> -----------------------------------------------------------------------
>
> Key: FELIX-4877
> URL: https://issues.apache.org/jira/browse/FELIX-4877
> Project: Felix
> Issue Type: Improvement
> Components: Dependency Manager Annotations
> Affects Versions: org.apache.felix.dependencymanager-r2
> Reporter: Pierre De Rop
> Assignee: Pierre De Rop
> Priority: Minor
> Fix For: org.apache.felix.dependencymanager-r4
>
>
> When using the ServiceDependency annotation on a method, the service type is
> auto detected only for the following signatures:
> bind(Service)
> bind(Map, Service).
> But the DM API supports more signatures and the ServiceDependency annotation
> should detect the service type for the following ones:
> bind(Component, ServiceReference, Service)
> bind(Component, Service)
> bind(Component, Map, Service)
> bind(ServiceReference, Service)
> bind(Service)
> bind(Service, Map)
> bind(Map, Service)
> bind(Service, Dictionary)
> bind(Dictionary, Service)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)