Atul Gupta
11/24/2024, 1:43 PMsingle<IService> { ServiceImpl() }
but when I am trying to do singleOf<IService>(::ServiceImpl)
. I know there is an alternate syntax singleOf(::ServiceImpl) { bind<IService>() }
but the alternate is long and not consistent with that of single
way of specifying the bonded interfacearnaud.giuliani
11/25/2024, 12:57 PMarnaud.giuliani
11/25/2024, 12:57 PMAtul Gupta
11/25/2024, 5:05 PMarnaud.giuliani
11/25/2024, 6:35 PM