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