Creates injector instances, depending on the injection characteristics of the component class.
It will attempt to create a component adapter with - in order of priority:
Annotated field injection: if annotation
@Inject is found for field
Annotated method injection: if annotation
@Inject is found for method