Hi, It seems that aspectj 1.6 supports this but I could not make it work.
I want to creat a pointcut to match
@RequestMapping(method=x)
So basically I'd like to have pointcuts matching @RequestMapping(method=GET/POST/DELETE...)
Any ideas?
Regards
Hi, It seems that aspectj 1.6 supports this but I could not make it work.
I want to creat a pointcut to match
@RequestMapping(method=x)
So basically I'd like to have pointcuts matching @RequestMapping(method=GET/POST/DELETE...)
Any ideas?
Regards
@Target can be use in this case, but again i am not sure about annotation arguments matching.
Enjoy
Rohan Chauhan
------------------------------------------------------------------------------
SpringSource Certified Spring 3.0 Professional