/* */ try {
/* 157 */ CtClass cc = this.pool.get(classname);
/* 158 */ ClassFile cf = cc.getClassFile2();
/* 159 */ MethodInfo minfo = cf.getMethod(name);
/* 160 */ if (minfo != null) {
/* 161 */ AnnotationDefaultAttribute ainfo = (AnnotationDefaultAttribute)minfo.getAttribute("AnnotationDefault");
/* */
/* 164 */ if (ainfo != null) {
/* 165 */ MemberValue mv = ainfo.getDefaultValue();
/* 166 */ return mv.getValue(this.classLoader, this.pool, method);
/* */ }
/* */ }
/* */ }
/* */ catch (NotFoundException e) {