當GWT項目的客戶端用於開發或生產模式下進行測試,因爲在這一行:如何繼承模塊中的GWT應用服務引擎SystemProperty
if (SystemProperty.environment.value() ==
SystemProperty.Environment.Value.Production)
我得到這個錯誤:
No source code is available for type com.google.appengine.api.utils.SystemProperty; did you forget to inherit a required module?
我可以在客戶端執行此操作嗎?如果是這樣,我該如何繼承適當的模塊?
謝謝。