Guest User

Untitled

a guest
Oct 17th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. @BA
  2. class MyService
  3. {
  4. @ServiceRequest
  5. int bookTicket(Customer customer, CreditCard card)
  6.  
  7. @Compensate(method="bookTicket") void cancelTicket(Customer customer, CreditCard card) {...}
  8.  
  9. @ServiceRequest
  10. int bookFood(Customer customer, CreditCard card)
  11.  
  12. @Compensate(method="bookFood") void cancelFood(Customer customer, CreditCard card) {...}
  13. }
Add Comment
Please, Sign In to add comment