Skip to content

Instantly share code, notes, and snippets.

@mitchtabian
Created April 15, 2019 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitchtabian/c5546635d9313ad84567a6427b85417e to your computer and use it in GitHub Desktop.
Save mitchtabian/c5546635d9313ad84567a6427b85417e to your computer and use it in GitHub Desktop.
Old way to make app component
@Component
public interface AppComponent {
void inject(BaseApplication application);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment