Dagger does three types of injection: constructor, field, and methods.
Generally injecting a type you created is call members injection and covers field and method injection.
When Dagger creates the type it does all three types. Constructor and members.
So I would avoid classifying what happens as constructor vs. fields.