org.jvnet.hk2.internal
Class MethodInterceptorImpl
java.lang.Object
org.jvnet.hk2.internal.MethodInterceptorImpl
- All Implemented Interfaces:
- Callback, MethodInterceptor
public class MethodInterceptorImpl
- extends Object
- implements 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,
MethodProxy proxy)
throws Throwable
- Specified by:
intercept in interface MethodInterceptor
- Throws:
Throwable
Copyright © 2012 Oracle Corporation. All Rights Reserved.