Advertisement
Guest User

Untitled

a guest
Jun 24th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. package com.myproject.module1;
  2.  
  3. @Marker
  4. public class SomeFoo {
  5. // ... code ...
  6. }
  7.  
  8. package com.myproject.module1;
  9.  
  10. @Generated
  11. public class SomeFoo$$Marker {
  12. // ... generated code ...
  13. }
  14.  
  15. package com.myproject.module3;
  16.  
  17. @MarkerCollector
  18. public class Bar {
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement