Skip to content

Instantly share code, notes, and snippets.

@jcaiqueoliveira
Last active January 14, 2017 01:47
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/0b6ad581537e9d2acbcca06a3446ef91 to your computer and use it in GitHub Desktop.
Save jcaiqueoliveira/0b6ad581537e9d2acbcca06a3446ef91 to your computer and use it in GitHub Desktop.
@Module
public class ClassModulo {
@Provides
public ExemploContrato proverExemplo(UsuarioContrato usuario) {
return new Exemplo(usuario);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment