/* */
/* */ public Object invokeConCalledByMethod(ConByMethodInfo info, Object callingObject, Object[] args)
/* */ throws Throwable
/* */ {
/* 1493 */ ConstructorCalledByMethodInvocation invocation = new ConstructorCalledByMethodInvocation(info, callingObject, args, info.getInterceptors());
/* 1494 */ return invocation.invokeNext();
/* */ }
/* */
/* */ /** @deprecated */
/* */ public Object invokeConstructorCaller(int callingIndex, Object target, Object[] args, CallerMethodInfo info)
/* */ throws Throwable