Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
It was reported an error when detecting the service specification on the following code:
Set<MyServiceInterface> myServices; @Bind(optional=true, aggregate=true) addMyService(MyServiceInterface newService) { myServices.add(newService); }