}
// Invoke the next interceptor
ConstructorInterceptor nextInterceptor = interceptors.get(newIndex);
myThis = nextInterceptor.construct(new ConstructorInvocationImpl(c, args, neutralCCL,
finalAction, newIndex, interceptors));
return myThis;
}
@SuppressWarnings("rawtypes")