UDA for annotating class members as candidates for Injecting.
Optionally a template parameter can be supplied to specify the type of a qualified class. The qualified type
of a concrete class is used to inject members declared by supertype. If no qualifier is supplied, the type
of the member is used as qualifier.
The members of an instance of "HybridCar" will now be injectd properly, because the inject mechanism will
inject member "fuelEngine" as if it's of type "FuelEngine". This means that the members of instance "fuelEngine"
will also be injectd because the inject mechanism knows that member "fuelEngine" is an instance of "FuelEngine"
UDA for annotating class members as candidates for Injecting.
Optionally a template parameter can be supplied to specify the type of a qualified class. The qualified type of a concrete class is used to inject members declared by supertype. If no qualifier is supplied, the type of the member is used as qualifier.
The members of an instance of "HybridCar" will now be injectd properly, because the inject mechanism will inject member "fuelEngine" as if it's of type "FuelEngine". This means that the members of instance "fuelEngine" will also be injectd because the inject mechanism knows that member "fuelEngine" is an instance of "FuelEngine"