johncarl81 / transfuse

:syringe: Transfuse - A Dependency Injection and Integration framework for Google Android
http://androidtransfuse.org/
Apache License 2.0
220 stars 28 forks source link

Provides methods with same return types ignore qualifiers #211

Closed johncarl81 closed 7 years ago

johncarl81 commented 7 years ago

When defining @Provides methods in a module, if multiple methods have the same return type but different qualifiers Transfuse potentially picks the first one based on return type, ignoring the qualifier. Instead, provides methods should respect the qualifier.