RegistrationOptions

Options which influence the process of registering dependencies

Values

ValueMeaning
ADD_CONCRETE_TYPE_REGISTRATION

When registering a type by its supertype, providing this option will also register a linked registration to the type itself.

This allows you to resolve that type both by super type and concrete type using the same registration scope (and instance managed by this scope).

Meta