Guest User

Untitled

a guest
Oct 23rd, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. @Before("execution(* *.method(..)) && args(arg1)")
  2. public Object doSomething(...){
  3. //find out which one and do something
  4. }
Add Comment
Please, Sign In to add comment