return;
}
ProxyMethodInterceptor methodInterceptor = (ProxyMethodInterceptor) interceptors.remove(proxy);
if (methodInterceptor != null) {
methodInterceptor.destroy();
}
}
public boolean isProxy(Object proxy) {
return interceptors.containsKey(proxy);