Skip to content

Instantly share code, notes, and snippets.

@patrykpoborca
Last active October 21, 2015 23:43
Show Gist options
  • Save patrykpoborca/0321dbcbf99c2fb8418f to your computer and use it in GitHub Desktop.
Save patrykpoborca/0321dbcbf99c2fb8418f to your computer and use it in GitHub Desktop.
@Component(dependencies = {BaseComponent.class})
public interface ActivityInjectorComponent {
void inject(MainActivity activity);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment