Just to be sure I understand the error correctly: ...
# dagger
r
Just to be sure I understand the error correctly: It's telling me that I either need to add
@Inject
to the Foo's constructor, or annotate the method in the module with either
@Provides
or
@Produces
, right?