Debug/view source of GWT generated java code

前端 未结 2 452
终归单人心
终归单人心 2021-01-13 12:18

What are my options for being able to view the generated code from my custom GWT generator (com.google.gwt.core.ext.Generator).

I have been compleplating creating m

2条回答
  •  北海茫月
    2021-01-13 12:44

    To write the generated Java source (i.e. not the generated JavaScript) into a directory when you run the GWT-Compiler, simply add the gwtc compiler option "-gen", with a target directory.

提交回复
热议问题