boolean invisible = intro.invisible();
String annotation = intro.annotation();
annotation = annotation.replace('\'', '"');
AnnotationIntroduction annIntro = AnnotationIntroduction.createComplexAnnotationIntroduction(expr, annotation, invisible);
manager.removeAnnotationIntroduction(annIntro);
}
}