Hello, I am creating a Karaf command into which I need a service injected. I understand that I need to use the annotation @Reference, but in my case I have different services with the same class, so I need to be able to specify a filter; however, the @Reference annotation does not have any property for this purpose, so how is it done?
Best regards, Alex soto
