Hi,
I have an example pointcut which I can't quite figure out :(
Pointcut("execution(* *..Controller+.*(..))")
I'm wondering if anyone can tell me what the "+" is doing in the middle of the...
Type: Posts; User: cochranej; Keyword(s):
Hi,
I have an example pointcut which I can't quite figure out :(
Pointcut("execution(* *..Controller+.*(..))")
I'm wondering if anyone can tell me what the "+" is doing in the middle of the...