[
https://issues.apache.org/jira/browse/POLYGENE-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Niclas Hedhman updated POLYGENE-297:
------------------------------------
Description:
On page [http://polygene.apache.org/java/latest/core-api.html,] there is a
{code:java}
@Service
private List<ServiceReference<MyDemoService>> services;{code}
But that doesn't work. It seems it must be an java.lang.Iterable instead.
was:
On page [http://polygene.apache.org/java/latest/core-api.html,] there is a
{code:java}
@Service
private List<ServiceReference<MyDemoService>> services;{code}
But that doesn't work. It seems it must be an java.util.Iterable instead.
> Documentation on ServiceReference injection is wrong
> ----------------------------------------------------
>
> Key: POLYGENE-297
> URL: https://issues.apache.org/jira/browse/POLYGENE-297
> Project: Polygene
> Issue Type: Bug
> Reporter: Niclas Hedhman
> Priority: Major
>
> On page [http://polygene.apache.org/java/latest/core-api.html,] there is a
> {code:java}
> @Service
> private List<ServiceReference<MyDemoService>> services;{code}
> But that doesn't work. It seems it must be an java.lang.Iterable instead.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)