Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. @UiThread(propagation = UiThread.Propagation.REUSE)
  2. void doSomething() {
  3. }
  4.  
  5. @UiThreadReuse
  6. void doSomething() {
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement