Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Nightly Builds
-
None
-
None
Description
copyPropertiesTo(T target) can be implemented in a pretty straight forward manner:
- make sure that target is not null
- call on( target ).populate( describe() )