I was wondering if there is a way to remove (cleanup) all the code that has been annotated.
Say, after a code review there are 20 annotations on the code, what is the easiest way of removing all of them so they don't go live (I am aware they are not doing anything at runtime unless I use the gag-agent).
Ideally avoiding the use of a specific IDE or a bash/perl script hack.