/* 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();