Skip to content

Instantly share code, notes, and snippets.

@vestrel00
Created July 28, 2017 17:04
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 vestrel00/ff823f64a550d8f69b19aacba63c1564 to your computer and use it in GitHub Desktop.
Save vestrel00/ff823f64a550d8f69b19aacba63c1564 to your computer and use it in GitHub Desktop.
C: 4 - ui/example_1/presenter/Example1PresenterModule.java
@Module
public abstract class Example1PresenterModule {
@Binds
@PerFragment
abstract Example1Presenter example1Presenter(Example1PresenterImpl example1PresenterImpl);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment