| Very minor optimisation to help bootstrap times: several fields in MetadataSources are quite heavy to initialize, and we'll only use a subset of them - depending on how the mapping is being defined. In particular initializing XmlMappingBinderAccess is quite intensive as it triggers initialization of several more classes. |