org.jvnet.hk2.internal
Class MethodInterceptorImpl
java.lang.Object
org.jvnet.hk2.internal.MethodInterceptorImpl
- All Implemented Interfaces:
- net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor
public class MethodInterceptorImpl
- extends Object
- implements net.sf.cglib.proxy.MethodInterceptor
- Author:
- jwells
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
intercept
public Object intercept(Object target,
Method method,
Object[] params,
net.sf.cglib.proxy.MethodProxy proxy)
throws Throwable
- Specified by:
intercept
in interface net.sf.cglib.proxy.MethodInterceptor
- Throws:
Throwable
Copyright © 2013 Oracle Corporation. All Rights Reserved.