[This is preliminary documentation and subject to change.]
最初のInterceptorのチェーンの呼び出しを行います
メソッドの戻り値
複数のInterceptorが設定されている場合、Interceptorの数だけ ConstructorInvocation#Proceed→Interceptor#Invokeが再帰的に 繰り返し呼び出される。このメソッドはその最初の呼び出しを おこなう。基本的にメッセージシンクからしか呼ばれない。
ConstructorInvocation クラス | Kodama.Aop.JoinPoint 名前空間