Hi there, I just wonder how I can simply define a service applying to multiple Service interfaces at the same time.
I know there was this auto discovery feature of the IOC. Lets say we have this hierachy: SerivceImpl -> ServiceA -> ServiceB I want ServiceImpl to be registered for ServiceA and ServiceB. and that registry.getService(ServiceA) == registry.getService(ServiceB). Is there any way (beside registering a builder instead)? The service would be PerThread so I can do this with a builder but I would love to have something different. Cheers, Martin (Kersten), Germany
