Bound property support
Brought to you by:
codingfreak,
moroff
A property can be marked with the <<Bound>> stereotype.
On setting a properties with the <<Bound>> stereotype a property change notification is called. Before calling the propertyChangeNotification a derived method post[Attribute]Set() is called if modelled.
If property change support is generally enabled, only the post[Attribute]Set() is called if modelled.