component type
member that should be scanned, only constructors are taken into account
Z component factory, which policy will set constructor to be used to construct component if possible
locator used to supply dependencies into constructor of component
Checks if scanned method is a constructor and has @constructor annotation, and sets it to be used to construct component if so.