Guest User

Untitled

a guest
Jan 18th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. public class AfterDagger {
  2.  
  3. public static void main (String args[]) {
  4.  
  5. // Dagger generates a class that starts w/ "Dagger" which
  6. // contains all the boilerplate code
  7. CarComponent carComponent = DaggerCarComponent.create();
  8.  
  9. Car car = carComponenet.getCar();
  10. }
  11. }
Add Comment
Please, Sign In to add comment