Mutable version of JComment.
135136137138139140141142
MAnnotation[] anns = ae.getMutableAnnotations(); for(int i=0; i<anns.length; i++) visit(anns[i]); } private void visitComment(MAnnotatedElement e) { MComment c = e.getMutableComment(); if (c != null) visit(c); }