Struct OptionalDependency

UDA for marking autowired dependencies optional. Optional dependencies will not lead to a resolveException when there is no type registered for them. The member will remain null.

struct OptionalDependency ;