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

10 lines
580 B
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* 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>
*/
package org.mercury_im.messenger.android.di.module;