]
George Gastaldi commented on FORGE-2039:
----------------------------------------
This is expected, because SampleServiceBase is not abstract
@Inject Imported includes duplicate services
--------------------------------------------
Key: FORGE-2039
URL:
https://issues.jboss.org/browse/FORGE-2039
Project: Forge
Issue Type: Feature Request
Reporter: Jess Sightler
Attachments: duplicateservicetest.zip
Interface: SampleInterface
Implementations:
SampleServiceBase
SampleServiceSubclass (subclass of SampleServiceBase)
@Inject
private Imported<SampleInterface> interfaces;
This injected list will contain two copies of SampleServiceSubclass.