fb.setBundleContext(bundleContext);
fb.setCardinality(Cardinality.C_0__N);
fb.setCollectionType(CollectionType.LIST);
fb.setInterfaces(new Class[] { OsgiBundleApplicationContextListener.class });
fb.setBeanClassLoader(extenderConfiguration.getClassLoader());
fb.afterPropertiesSet();
applicationListenersCleaner = fb;
applicationListeners = (List) fb.getObject();
}
}