Skip to content

Instantly share code, notes, and snippets.

@matzuk
Created May 6, 2017 16:00
Show Gist options
  • Save matzuk/f617f1b8ef069337ed86809096622309 to your computer and use it in GitHub Desktop.
Save matzuk/f617f1b8ef069337ed86809096622309 to your computer and use it in GitHub Desktop.
@Component(modules = {AppModule.class, UtilsModule.class, ReceiversModule.class})
@Singleton
public interface AppComponent {
void inject(Object object);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment