Back to project page Stack-Chat.
The source code is released under:
MIT License
If you think the Android project Stack-Chat 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.noahhuppert.stackchat.modules; //from w w w. java 2 s . c om /** * Created by Noah Huppert on 11/7/2014. */ import dagger.Module; /** * Base StackChat module for Dagger * Provides all non flavor specific injections */ @Module( complete = false ) public class BaseStackChatModule { }