Hi,
What is the pointcut expression for return types of array? Adding an expression like com.test.someObject[] for array return types does not seem to be working although parameters of array types are working when expressed as com.test.someObject[]. I can only get the interceptor working when I add a wildcard operator when I want to intercept a method with return type array.
Thanks,
Vimalan