Skip to content

Instantly share code, notes, and snippets.

@goofyahead
Last active April 4, 2017 07:21
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 goofyahead/fbbc633c5d45ce465494492920e2a7e4 to your computer and use it in GitHub Desktop.
Save goofyahead/fbbc633c5d45ce465494492920e2a7e4 to your computer and use it in GitHub Desktop.
@Module
public class FlombulatorModule {
@Provides
Flumbolator provideFlumBolator() {
System.out.println("I'm the mighty real implementation, give me a break");
return new Flumbolator();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment