/* 2156 */ if (log.isTraceEnabled())
/* 2157 */ log.trace("Looking for method " + methodName + Arrays.toString(methodSignature) + " on class " + this.ejbClass);
/* 2158 */ Member member = ClassHelper.getPrivateMethod(this.ejbClass, methodName, methodSignature);
/* 2159 */ log.debug("adding " + annotationClass.getName() + " method annotation to " + member);
/* */
/* 2161 */ annotations.addAnnotation(member, annotationClass, annotation);
/* 2162 */ overrideAnnotations(container, member, annotationClass.getName(), annotation);
/* */ }
/* */
/* */ }
/* */ catch (Exception e)