Skip to content

Instantly share code, notes, and snippets.

@patrykpoborca
Last active September 10, 2015 15:56
Show Gist options
  • Save patrykpoborca/780ff5ca2653692709e8 to your computer and use it in GitHub Desktop.
Save patrykpoborca/780ff5ca2653692709e8 to your computer and use it in GitHub Desktop.
@Module
public class MyModule {
@Named("MyObject")
@Provides
Object providesMyObject(){
return null;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment