/* 261 */ Annotation info = visible.getAnnotation(InterceptorDef.class.getName());
/* 262 */ if (info != null)
/* */ {
/* 264 */ if ((AspectManager.verbose) && (logger.isDebugEnabled())) logger.debug("Found @InterceptorDef in: " + cf.getName());
/* 265 */ Aspect aspect = (Aspect)AnnotationProxy.createProxy(info, Aspect.class);
/* 266 */ Scope scope = aspect.scope();
/* */
/* 268 */ String[] interfaces = cf.getInterfaces();
/* 269 */ boolean isFactory = false;
/* 270 */ for (int i = 0; i < interfaces.length; i++)
/* */ {