| java.lang.Object com.google.inject.InterceptorStackCallback
InterceptorStackCallback | class InterceptorStackCallback implements net.sf.cglib.proxy.MethodInterceptor(Code) | | Intercepts a method with a stack of interceptors.
author: crazybob@google.com (Bob Lee) |
Inner Class :class InterceptedMethodInvocation implements MethodInvocation | |
interceptors | final MethodInterceptor[] interceptors(Code) | | |
InterceptorStackCallback | public InterceptorStackCallback(Method method, List<MethodInterceptor> interceptors)(Code) | | |
|
|