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...