Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. public aspect TallerWSAspect {
  2. pointcut webservice(String idTaller) : execution(!static public * TallerWS.*(String,..)) && args(idTaller,..);
  3. }
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement