Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Oct 2nd, 2011  |  syntax: None  |  size: 0.14 KB  |  views: 43  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. class A {
  2.  
  3. @AroundInvoke
  4. Object invoke(InvocationContext ctx) throws Exception {
  5.  
  6.  return ctx.proceed();
  7. }
  8.  
  9.  
  10. void someMEthod() {
  11.  
  12. }
  13.  
  14. }
  15.  
clone this paste RAW Paste Data