enhancement
major
#24757
Typed configuration: allow properties with ValueFormat and ValueBinding simultaneously
Currently, it is explicitly prohibited to create a property using @Format(...) and @Binding(...). However, this combination makes perfect sense: The property contains a complex value that is best stored using an XML structure (Binding). However, there is a shortcut format that can also be used to read the value.
Test
- test.com.top_logic.basic.config.TestFormatAndBinding