Mercury-IM/app/src/main/java/org/mercury_im/messenger/android/di/module/package-info.java

10 lines
580 B
Java
Raw Normal View History

2019-05-04 00:27:02 +02:00
/**
* Modules define the methods that return the objects youll need to inject in your classes.
* If a method is dependent on passing in a parameter, then you need to define an additional
* method that will return the object to be passed into the original method. The module will
* know which method to run in order to obtain the object being injected.
*
* @see <a href="https://android.jlelse.eu/the-simplest-dagger2-dependency-injection-sample-80a0eb60e33b">The Simples Dagger2 Dependency Injection Sample App</a>
*/
2020-06-06 18:45:20 +02:00
package org.mercury_im.messenger.android.di.module;