Thanks a lot John!!!!! I will try it out.
Type: Posts; User: manojpardeshi; Keyword(s):
Thanks a lot John!!!!! I will try it out.
Actually I want to invoke that method on a different target. This is possible in classic spring around invoice
public Object invoke(MethodInvocation methodInvocation) throws Throwable{
Object...
Hi
is it possible to access the Method object via ProceedingJoinPoint?
I want do something similar to-
@Around(execution(* *.*(..)))
public object makeCall(ProceedingJoinPoint pjp){
...
Thanks Nicolas. I got the problem.
Hi below are my bean definitions:-
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...