|
Looking at SimpleValueBinder.fillSimpleValue(), it is clear that the type parameters (a Properties instance) are shared between the type defs in the Mappings, the SimpleValue, and/or the SimpleValueBinder -- no separate copies of these Properties instances are made anywhere, so changes to one reference are reflected in everybody's references (they're the ...
|