JBoss Community

pointcut expression for array return types

created by Arunanthisivam Vimalathithen in JBoss AOP - View the full discussion

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

Reply to this message by going to Community

Start a new discussion in JBoss AOP at Community