MethodInvocation nextInvocation = new MethodInvocation(info, aspects);
nextInvocation.setMetaData(invocation.getMetaData());
nextInvocation.setTargetObject(target);
nextInvocation.setArguments(methodInvocation.getArguments());
nextInvocation.setAdvisor(this);
InvocationResponse response = new InvocationResponse(nextInvocation.invokeNext());
response.setContextInfo(nextInvocation.getResponseContextInfo());
return response;
}
throw new RuntimeException("dynamic field invocations not supported yet!");
}