Back to project page ponyville-live-android.
The source code is released under:
Apache License
If you think the Android project ponyville-live-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.ponyvillelive.app; /*w w w. jav a 2 s. c om*/ import com.ponyvillelive.app.net.DebugNetModule; import com.ponyvillelive.app.ui.DebugUiModule; import dagger.Module; /** * Created by berwyn on 16/08/14. */ @Module( addsTo = PvlModule.class, includes = { DebugUiModule.class, DebugNetModule.class }, overrides = true ) public class DebugPvlModule { }