Jon,
Exactly what I want. I prefer the library setting the properties via
the contructor as it seems less disingenuous and more threadsafe
(given Java's memory model).
Curious: I know that Hibernate will even set `private final` variables
regardless of the `final`. Does Modelmapper do so likewise?