Here you go: http://code.google.com/p/google-web-toolkit/issues/list

If you try the annotation approach just keep in mind to disable the @UiField 
check the Google Plugin does (It marks your java file with an error if a 
given @UiField variable is not found in the corresponding *.ui.xml file). I 
think you can disable that check in Eclipse settings -> Google -> 
Errors/Warnings.

But to make your patch complete you would also have to extend the Google 
Plugin to respect the new "name" feature you want to integrate so it can 
check if you have a typo in your @UiField(name = "xyz") declaration.

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to