I had ran into a problem that I couldn't got dependecy from injector. After some hours of screaming I found that I have relative an import in the my class. So hashCode of generic type in register*/get methods was different from class to class for some reason. Absolute path solve my problem.
I had ran into a problem that I couldn't got dependecy from injector. After some hours of screaming I found that I have relative an import in the my class. So hashCode of generic type in register*/get methods was different from class to class for some reason. Absolute path solve my problem.