我有一个结构类似的项目
+com.example
+domain
+enums
+gwt
+client
+server
+shared
我的gwt配置
<source path= client />
<source path= shared />
<entry-point class="com.example.gwt.client.Dashboard"/>
我真正想要的是在客户端使用我的域枚举。或者我必须将它们复制为共享类/转换为字符串?