Hi, In the Assembly module can I change the Property interface hierarchy as follows:
- Have ComponentProperty extend from AbstractProperty instead of Property. - Move the 'defaultValue' accessors into 'Property' from AsbtractProperty - Introduce accessors for 'value' in ComponentProperty. Right now the value for a ComponentProperty gets read into the 'defaultValue' field and I just want this to move into 'value' field. Opinions on this change proposal? Thanks. - Venkat
