/* 225 */ factory = new AspectFactoryDelegator(cf.getName(), null);
/* 226 */ ((AspectFactoryWithClassLoader)factory).setClassLoader(this.cl);
/* */ }
/* */ else
/* */ {
/* 230 */ factory = new GenericAspectFactory(cf.getName(), null);
/* 231 */ ((AspectFactoryWithClassLoader)factory).setClassLoader(this.cl);
/* */ }
/* 233 */ AspectDefinition def = new AspectDefinition(cf.getName(), scope, factory);
/* 234 */ this.manager.addAspectDefinition(def);
/* 235 */ if (!isFactory)