private void addInterfaceIfNeeded() {
   if (!instrumentedType(_ce.superclass()) && !implementsSelfReflectable(_ce)) {
     _ce.addInterface(SelfReflectable.class);
   }
 }