575859606162636465666768
a123.setComment(t.comment()); } Annotation[] fAnno = h.getDeclaredAnnotations(); for (Annotation q : fAnno) { if (q instanceof Comment) { Comment comment = (Comment) q; p.comment = comment.comment(); } } } } }