Annotation that specifies a delegate to be used to instantiate component.
Constructor accepting a factory delegate, and it's arguments.
Arguments that can be passed to delegate.
Delegate that is used to create component
the type of component that will be returned by the delegate
type tuple of args that can be passed to delegate.
See Implementation
Annotation that specifies a delegate to be used to instantiate component.