}
if (methodAnnVisible != null) {
methodAnnotations.addAll(methodAnnVisible.getAnnotations());
}
for (Annotation annotation : methodAnnotations) {
MethodAnnotationDefRow madr = new MethodAnnotationDefRow(
annotation);
this.rows.add(madr);
if ("java.lang.Deprecated".equals(annotation.getName())) {
deprecatedAnnotationAdded = true;
// store this information so that