我试图将文件放在 com.google.gwt.lang 下,但它仍然在编译中使用旧实现而不是我修改后的实现。
我究竟做错了什么?
<!-- Fundamental types required by code generation and other basics. -->
<!-- Do not inherit this module directly; inherit com.google.gwt.core.Core. -->
<!-- -->
<!-- Types from this module are not visible to nor imported into user code. -->
<!-- -->
如果您真的需要在这里进行更改,我建议您从源代码重建 gwt-dev.jar 并将其放在类路径而不是当前路径中:
https://developers.google.com/web-toolkit/makinggwtbetter#compiling