| Subclasses may choose to implement this: for example,
to change the interfaces exposed
Parameters: bean - bean about to be autoproxied Parameters: pf - ProxyFactory that will be used to create the proxyimmediably after this method returnsprotected void customizeProxyFactory(Object bean, ProxyFactory pf) {super.customizeProxyFactory(bean, pf);setAdvisors(pf.getAdvisors());} |