Skip to content

Instantly share code, notes, and snippets.

@bltuckerdevblog
Last active August 1, 2017 01:33
Show Gist options
  • Save bltuckerdevblog/dc54b9f35599cde9a2f9d9ce22dc5a64 to your computer and use it in GitHub Desktop.
Save bltuckerdevblog/dc54b9f35599cde9a2f9d9ce22dc5a64 to your computer and use it in GitHub Desktop.
@Subcomponent
public interface MainActivitySubcomponent extends AndroidInjector<MainActivity>{
@Subcomponent.Builder
abstract class Builder extends AndroidInjector.Builder<MainActivity>{}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment