ralph-bergmann/inject.dart

disallow binding the same class multiple times

Opened this issue · 0 comments

Currently, it is possible to inject the same class multiple times, see https://github.com/the4thfloor/inject.dart/blob/master/example/coffee/test/coffee_app_test.dart#L24

This is forbidden in original Dagger, so forbid it too.