Refactor MetataProperty
to support dynamic properties
#200
Labels
enhancement
New feature or request
MetataProperty
to support dynamic properties
#200
To support dynamic properties (#153), type of
MetadataProperty.name
must be changed fromstring
toMetadata
.However,
MetadataProperty
already has been possessed theMetadata
type in theMetadataProperty.metadata
property. For clean design, it would better to renameMetadataProperty.name
tokey
andMetadataProperty.metadata
asvalue
. Therefore, after implementing following this issue,MetadataProperty
would be like below:Also, many
Programmer
classes would be refactored by this change.The text was updated successfully, but these errors were encountered: