Hi,Was looking for similar query and found this, hope any new reader finds it useful:N.B: Its always recommended to use single interface for single service implementation.// incase of injecting the service inside a sling model
@OSGIService (filter="(component.name=menuServiceImpl2)")
MenuService men...