Voiteh / Depin

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

Handle java generics #53

Closed Voiteh closed 4 years ago

Voiteh commented 4 years ago

Currently there is not ability to inject java class with type parameters as they are unknown for Depin in runtime.

Voiteh commented 4 years ago

There is no workaround other than to define this dependencies as Generic<out Anything> and pray for success.