On Friday, February 28, 2014 2:08:08 AM UTC+1, Brian Slesinsky wrote:
>
> I believe it's just an idea. In practice, we have lots of GWT generator 
> code that's not easily migrated.
>
> I'm not familar with APT but if I wanted to learn about it I would 
> probably start by studying Guice's AutoValue. If they're using JavaWriter 
> then that's a good endorsement.
>

AutoValue doesn't use JavaWriter, they use their own Template (no idea 
why): 
https://github.com/google/auto/blob/master/value/src/main/java/com/google/auto/value/processor/Template.java
AutoFactory does use JavaWriter though (and as has been said before, Dagger 
uses JavaWriter too –JavaWriter started its life within Dagger before being 
spun off into its own lib–, as does Wire –AFAICT, the reason why JavaWriter 
was extracted into an independent lib–)

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to