Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. @Module
  2. public abstract class AppModule {
  3.  
  4. // same as provides but this returns injected parameter
  5. @Binds
  6. abstract Context bindContext(Application application);
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement