Skip to content
Unverified Commit efd2835b authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Deprecate the server container getters



Service locators are an anti pattern. These getters just make it more
appealing to do the wrong thing. If you want to locate a service the bad
way, just use the `get` method on a container – it will do the same in
also one line of code.

Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
parent 684a7200
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment