Skip to content

Instantly share code, notes, and snippets.

@jcaiqueoliveira
Last active January 14, 2017 01:48
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 jcaiqueoliveira/2abb771e70304c3750b6309fb8fb1e12 to your computer and use it in GitHub Desktop.
Save jcaiqueoliveira/2abb771e70304c3750b6309fb8fb1e12 to your computer and use it in GitHub Desktop.
@Component(modules = {ClasseModulo.class})//modulos acessíveis por esse componente
interface ComponenteExemplo {
public void inject(MainActivity activity)//quem pode utilizar esse módulos
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment