Skip to content

Instantly share code, notes, and snippets.

@patrykpoborca
Last active August 29, 2015 14:27
Show Gist options
  • Save patrykpoborca/50d785bc1d1962e65c18 to your computer and use it in GitHub Desktop.
Save patrykpoborca/50d785bc1d1962e65c18 to your computer and use it in GitHub Desktop.
@Component(modules = ApplicationModule.class)
public interface ApplicationComponent {
//Exposes Application to any component which depends on this
Application getApplication();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment