Closed tillig closed 3 years ago
The PropertiesAutowired docs explain that properties get injected but not explicitly which properties (e.g., public, unset).
PropertiesAutowired
Additional docs that spell out more explicitly which properties get injected.
It might be good to also add info about InjectUnsetProperties at the same time. Doesn't appear we have docs on that.
InjectUnsetProperties
Problem Statement
The
PropertiesAutowired
docs explain that properties get injected but not explicitly which properties (e.g., public, unset).Desired Solution
Additional docs that spell out more explicitly which properties get injected.
It might be good to also add info about
InjectUnsetProperties
at the same time. Doesn't appear we have docs on that.