Back to project page u2020.
The source code is released under:
Apache License
If you think the Android project u2020 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.jakewharton.u2020; /* w ww. ja va 2 s .c o m*/ import com.jakewharton.u2020.data.DebugDataModule; import com.jakewharton.u2020.ui.DebugUiModule; import dagger.Module; @Module( addsTo = U2020Module.class, includes = { DebugUiModule.class, DebugDataModule.class }, overrides = true ) public final class DebugU2020Module { }