locator.remove( (BindingPublisher) publisher );
}
else if ( publisher instanceof Injector )
{
// we're tracking an auto-published injector, use temporary wrapper to remove it
locator.remove( new InjectorPublisher( (Injector) publisher, null /* unused */) );
}
}