Accessor decorator that delegates storage to an external SettingManager (e.g. persistent settings), falling back to the in-memory field when none is configured. The setting key is resolved once at decoration time rather than on every get/set.
SettingManager
The underlying accessor descriptor provided by the runtime.
The accessor decoration context carrying the property name.
The replacement accessor that routes through settingManager when present.
settingManager
Accessor decorator that delegates storage to an external
SettingManager(e.g. persistent settings), falling back to the in-memory field when none is configured. The setting key is resolved once at decoration time rather than on every get/set.