Exemplo n.º 1
0
 public void intercept(Invocation invocation)
 {
     invocation.proceed();
     invocation.return_value = "slim shady";
 }