What is the Difference between com.google.gwt.dev.Compiler and com.google.gwt.dev.GWTCompiler

旧时模样 提交于 2019-12-06 02:08:43
 Both the classes are the main executable entry point 
 for the GWT Java to JavaScript compiler. 

But com.google.gwt.dev.GWTCompiler is deprecated

Use com.google.gwt.dev.Compiler (latest compiler from 2.5)

Here you can find the both classes api:

GWTCompiler // here you can find that its deprecated

Compiler

GWTCompiler is the old entry point. The class has been deprecated for years, and has finally been removed starting with GWT 2.5.1-rc1.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!