标签: gwt uibinder
如何在使用Generator时编译在编译期间生成的java文件,例如当我们使用uiBinder时,似乎GWT.create调用了一些生成器并生成了一个java文件,我怎样才能访问它文件?
有什么想法吗?
答案 0 :(得分:1)
编译器的“-gen”参数指定放置生成代码的目录。见http://code.google.com/webtoolkit/doc/latest/FAQ_DebuggingAndCompiling.html#What_are_the_options_that_can_be_passed_to_the_compiler