mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Shift bit of sole option to indicate it's a bitnum
This commit is contained in:
parent
4f29356568
commit
2278378080
|
@ -52,7 +52,7 @@ public enum RegistrationOption {
|
||||||
* Prevent a concrete type being registered on itself. With this option you will always need
|
* 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.
|
* 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
|
* Prevent a concrete type being registered on itself. With this option you will always need
|
||||||
|
|
Loading…
Reference in a new issue