Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] not able to hook individual class - proxy aspectj

Hi All,

i am using proxy aspectj for my implementation.
When my Pointcut is as follows:
@Pointcut("execution(*
org.springframework.web.servlet.mvc.Controller.handleRequest(..))")
works fine. no problem. 

When i want to honk an individual class or method eg:
@Pointcut("execution(* sg.test.Controllertest.doQuery(..))")
No error, but i am not able to honk.
Where my package is : sg.test
Class is : Controllertest
Method is : doQuery

I am very new to aspectJ.
Kindly help me on this.

Regards,
Priya
-- 
View this message in context: http://old.nabble.com/not-able-to-hook-individual-class---proxy-aspectj-tp27072353p27072353.html
Sent from the AspectJ - users mailing list archive at Nabble.com.



Back to the top