本文介绍了什么是重命名 - 意味着在GWT模块的模块标签中?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

GWT模块中模块标签的重命名属性是什么意思?它是可选的吗?

What does the rename-to attribute of the module tag in a GWT module mean? Is it optional?

推荐答案

它导致编译器表现得好像模块的名称不像长,限定名称()。是的,它是可选的,实际上只推荐用于有限的用例。

It "causes the compiler to behave as though the module had a different name than the long, fully-qualified name" (http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html). Yes, it's optional, and indeed only recommended for limited use cases.

这篇关于什么是重命名 - 意味着在GWT模块的模块标签中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 07:41