/* */
/* 452 */ ClassLoader old = Thread.currentThread().getContextClassLoader();
/* 453 */ Thread.currentThread().setContextClassLoader(this.classloader);
/* */ try
/* */ {
/* 457 */ InjectionHandler handler;
/* 457 */ for (Iterator i$ = handlers.iterator(); i$.hasNext(); handler.loadXml(this.xml, this)) handler = (InjectionHandler)i$.next();
/* */
/* 459 */ Map tmp = InjectionUtil.processAnnotations(this, handlers, getBeanClass());
/* 460 */ this.injectors.addAll(tmp.values());
/* */
/* 462 */ initialiseInterceptors();
/* 463 */ for (Iterator i$ = this.applicableInterceptors.iterator(); i$.hasNext(); ) { interceptorInfo = (InterceptorInfo)i$.next();
/* */
/* 465 */ for (InjectionHandler handler : handlers)
/* */ {
/* 467 */ handler.loadXml(interceptorInfo.getXml(), this);
/* */ }
/* */ }
/* */ InterceptorInfo interceptorInfo;
/* 470 */ for (InterceptorInfo interceptorInfo : this.applicableInterceptors)
/* */ {