Annotation that specifies a delegate to be used to configure component somehow.
Constructor accepting a configurer delegate, and it's arguments.
Args that can be passed to delegate
Delegate that is used to configure 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 configure component somehow.