Voiteh / Depin

Dependency injection library for Ceylon
Apache License 2.0
0 stars 0 forks source link

Changed how dependencies are resolved (scan), now class do not have t… #25

Closed Voiteh closed 5 years ago

Voiteh commented 5 years ago

…o be annotated depedency anymore and is taken into consideration if members are annottated. Anonymous objects are treated the same as classes in this case but rather than class the anonymous value is provided. Fixed unit tests for singletons and prototypes. Singletons are build by default even if class is not annotated, so logic works according to dependency annotation definition (#18)