/** Does the extension support pre-tests for this type of operation. */
 public boolean hasTest(BaseMasterExt ext) {
   return ext.hasPreRemoveAnnotationTest();
 }