Creates a new instance of DConfigBeanRootFactory
returnthe right DConfigBeanRoot implementation depending on the passed module typeparamthe module typereturnthe correspondind DConfigBeanRoot instance if (moduleType==null) { return null; } return null;
if (moduleType==null) { return null; } return null;