当我尝试在我的 FooterViewImpl 类中使用 getClass.getPackage().getImplementationVersion() 在网页上显示我的项目的版本号(来自 pom.xml 文件)时,我在运行时收到此错误。我认为错误来自 gwt java-to-javascript 编译器。
[ERROR] [OnlineGlom] - Line 52: The method getPackage() is undefined for the type Class<capture#1-of ? extends FooterViewImpl>
java.lang.RuntimeException: Deferred binding failed for 'org.glom.web.client.ClientFactory' (did you forget to inherit a required module?)
我应该期望这行得通吗?