1 Reply Latest reply on Jun 7, 2011 11:34 PM by vimalan

    pointcut expression for array return types

    vimalan

      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

        • 1. Re: pointcut expression for array return types
          vimalan

          Hi,

           

          Anyone else encountered a similar issue? I really need the expression to be an exact match to the method signature instead of a wild card for an application built on top of this which works fine when the return type is not an array, any pointers?

           

          Thanks,

           

          Vimalan