Back to project page whoisit-android.
The source code is released under:
MIT License
If you think the Android project whoisit-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.mitchbarry.android.whoisit; /*from w w w.j a v a 2s .c o m*/ import dagger.Module; /** * Add all the other modules to this one. */ @Module ( includes = { AndroidModule.class, WhoIsItModule.class } ) public class RootModule { }