}
@SuppressWarnings("unused")
protected Schema __module_begin(NullableName renameTo, String type)
throws UnableToCompleteException {
ModuleType moduleType = ModuleType.valueOf(type.toUpperCase(Locale.ENGLISH));
moduleDef.enterModule(moduleType, moduleName);
// All modules implicitly depend on com.google.gwt.core.Core. Processing of this dependency
// needs to occur early so that subsequent processing has the opportunity to override property
// values.