Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created January 13, 2018 13:39
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 skydoves/0942916a24d42b779c64561c527c76fa to your computer and use it in GitHub Desktop.
Save skydoves/0942916a24d42b779c64561c527c76fa to your computer and use it in GitHub Desktop.
/**
* Component integrates entities.
*/
@PreferenceComponent(entities = {Profile.class, Device.class})
public interface UserProfileComponent {
/**
* declare dependency injection targets.
*/
void inject(MainActivity __);
void inject(LoginActivity __);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment