Sorry for this basic question I am asking but can someone tell me if dagger dependency injection can work just with @module, @provides @Inject etc. That is without using @component annotation?
In spring DI, we use @componentScan to let spring know where to find beans. What is the equivalent of this in dagger?