Skip to content

Instantly share code, notes, and snippets.

@patrykpoborca
Last active August 29, 2015 14:27
Show Gist options
  • Save patrykpoborca/c626db76ee6635f9cdf2 to your computer and use it in GitHub Desktop.
Save patrykpoborca/c626db76ee6635f9cdf2 to your computer and use it in GitHub Desktop.
@Module
public class AppModule {
@Provides
@Singleton
MyClass providesMyClass(){
return new MyClass();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment