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 package. Is this a wildcard or just part of the package name?
A stupid question I'm sure but it's bugging me and I don't have access to my spring environment to do some tests.
