Voiteh / Depin

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

Target annotation handling #6

Closed Voiteh closed 5 years ago

Voiteh commented 5 years ago

Probably target annotations are fucked up right now as no unit tests are available. We need to allow selecting of constructors for injection of targets

Voiteh commented 5 years ago

Seems that it is working...ish We have issue with Ceylon retrieval of annotations from constructor parameters so there is workaround for the issue https://github.com/eclipse/ceylon/issues/7448 . Only default named parameters will work.