Skip to content

Instantly share code, notes, and snippets.

@mohak1712
Created June 18, 2018 11:02
Show Gist options
  • Save mohak1712/d2f561de66c0ac890c79a5a604baf7e3 to your computer and use it in GitHub Desktop.
Save mohak1712/d2f561de66c0ac890c79a5a604baf7e3 to your computer and use it in GitHub Desktop.
@Component(modules = ApplicationModule.class)
@Singleton
public interface ApplicationComponent {
DataManager getDataManager();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment