You cannot inject value of lazy property, there are no setters, only getter.
But you can inject inside of lazy block (just request some dependency from your component)
Also you can inject some class that can be used to create a lazy property (just check lazy implementation and you will understand what I mean), but not sure that it makes a lot of sense