Jun 25, 2024
Hi, the reason for a specific interface is just a matter of convenience. If you do myInjector.get(AccountService.class) then it will be able to saw all dependencies automatically. If it is just a generic interface, it will not. That's all.
But thanks for raising that problem, I was aware for a long time, and I will probably take some action.
Thanks!