Skip to content

Instantly share code, notes, and snippets.

@goofyahead
Last active April 4, 2017 07:20
Show Gist options
  • Save goofyahead/e9934d534e2e878e63a9469881e5c273 to your computer and use it in GitHub Desktop.
Save goofyahead/e9934d534e2e878e63a9469881e5c273 to your computer and use it in GitHub Desktop.
dependency with injector knowledge
FlumbolatorComponent component = DaggerFlumbolatorComponent.builder()
.anyDependencyModule(new DependencyModule(params))
.build();
component.inject(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment