gwt-supereventbus icon indicating copy to clipboard operation
gwt-supereventbus copied to clipboard

Migrate to annotation processors

Open hpehl opened this issue 9 years ago • 4 comments

Since GWT code generation will most likely be nuked with GWT 3.0, are there any plans to migrate the code generation part to annotation processors?

hpehl avatar Aug 12 '15 08:08 hpehl

Yeah, I've been working a lot with annotation processors lately and I don't think this will be hard to do. I'll wait until there are more details announced about GWT 3.0 before doing the work, but it'll definitely happen if it needs to.

ekuefler avatar Aug 13 '15 07:08 ekuefler

As far as I know there haven't been any concrete updates on GWT 3.0 yet. Have you heard otherwise, or is there some other reason you need to move away from GWT.create sooner rather than later?

ekuefler avatar Jun 12 '18 01:06 ekuefler

@ekuefler we released J2CL couple of months back. Today @sarsonj asked about Guava Eventbus (https://github.com/google/j2cl/issues/29) and I pointed to your project. It might be a good time to port the generator to APT.

gkdn avatar Feb 06 '19 15:02 gkdn