Reducing the need for excplicit XML configuration (is-accessible) for field mapping in immutable classes by allowing a mapping mode to be set on a global level.
If the attribute 'mode' is set to 'field' for a mapping definition, all fields in the specified classes will be treated as 'accessible' thus using filed based- instead of a setter-based property mapping.
Patch file created from trunk-revision 1006.
That is very interesting. Will take a look for the next release.
Thanks!