Closed GoogleCodeExporter closed 8 years ago
Sorry, this should be Enhancement, i don't know how to change type.
Original comment by tomek.ma...@gmail.com
on 18 Jan 2010 at 11:49
I do not believe this is possible. The problem is that the Gin generation code
runs
at compile-time and cannot itself rely on generated code.
There are a few further features in Gin that would greatly benefit from direct
access
to GWT's deferred binding framework but I haven't at all looked at the
feasability of
an API there and how much work it would be.
If you're willing to write your own generator, you can make it write out the
correct
source for your gin module and then call GWT.create for the ginjector from some
generated code. That way you can actually let Gin use generated code.
I'll mark this Won't Fix for now since I don't see a way to fix this and there
is a
(kind of) workaround. Feel free to comment if you think I should reopen the
issue.
Original comment by aragos
on 19 Jan 2010 at 11:03
Original issue reported on code.google.com by
tomek.ma...@gmail.com
on 18 Jan 2010 at 11:48