Re: [gwt-contrib] Using GWT libraries from J2CL

2017-06-05 Thread Thomas Broyer
On Sunday, June 4, 2017 at 11:57:50 AM UTC+2, Thomas Broyer wrote: > > With a small modification to EventBinder (adding an inherited annotation), > one could write an annotation processor that's fully backwards-compatible > with the current approach. The GWT generator could be changed to simply

Re: [gwt-contrib] Using GWT libraries from J2CL

2017-06-05 Thread Anders Forsell
LGTM! On Sunday, June 4, 2017 at 11:57:50 AM UTC+2, Thomas Broyer wrote: > > Fwiw, here's a proof-of-concept annotation processor for gwteventbinder: > https://gist.github.com/tbroyer/420004d02e905ba7ce9489d24d3bae72 (uses > auto-service, auto-common, and JavaPoet) > It'll generate an EventBinde