Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In Robotlegs 1.6 we’ve fully removed mediator mappings on the injector, so it shouldn’t be possible to inject a mediator into another class unless you were to set up the injection manually (if you want to do this then come talk to us about it on the forum, there are ways but they’re usually not the best solution available.) But in earlier versions of Robotlegs it was possible to inject mediators as a side-effect of how the mediator map did its job.
The number one reason not to inject mediators is that your mediator will then persist even after the view has left the stage, and wham!—suddenly you’ve got memory leaks and unexpected behaviors all over the place.