Open GoogleCodeExporter opened 9 years ago
This looks interesting and we can take a look at it. Please follow the
instructions
here for contributing to Gin:
http://code.google.com/p/google-gin/wiki/ContributingToGin
Once you have uploaded the patch for a code review, I can take a closer look
and will
let you know what I think.
Original comment by aragos
on 30 Jul 2009 at 6:34
We're discussing a generic extension mechanism that would make it possible
based on the interface type rather than a binding annotation (i.e. as soon as
you expect a UiBinder<A,B> the registered extension for UiBinder will generate
the 'interface Binder extends UiBinder<A,B>' to be GWT.create()d); on the other
hand, it would require an extension to be written and registered (though there
could be one that's registered for the @GeneratedImplementation annotation too)
http://groups.google.com/group/google-gin/t/7dd7382be803e00b
Original comment by t.broyer
on 21 Nov 2010 at 9:22
Original issue reported on code.google.com by
dob...@gmail.com
on 24 Jul 2009 at 11:48Attachments: