Shift bit of sole option to indicate it's a bitnum

This commit is contained in:
Mike Bierlee 2016-06-27 20:38:17 +02:00
parent 4f29356568
commit 2278378080

View file

@ -52,7 +52,7 @@ public enum RegistrationOption {
* Prevent a concrete type being registered on itself. With this option you will always need
* to use the supertype as the type of the dependency.
*/
doNotAddConcreteTypeRegistration = 1,
doNotAddConcreteTypeRegistration = 1 << 0,
/**
* Prevent a concrete type being registered on itself. With this option you will always need