dart-archive / di.dart

DEPRECATED
https://webdev.dartlang.org/angular/guide/dependency-injection
MIT License
66 stars 57 forks source link

Fixes classes with the same name in different libraries. #220

Open winstonewert opened 9 years ago

winstonewert commented 9 years ago

Currently, key names are only based on the name of the type. However, it posible to have multiple types with the same name in different libraries. This extends the name of the key to also include the library it was imported from.

Review on Reviewable