ea-async icon indicating copy to clipboard operation
ea-async copied to clipboard

provide annotation processor

Open domdorn opened this issue 7 years ago • 3 comments

I'm just trying out ea-async on a project... while compiling with maven works great, I'm having trouble integrating this in my dev-workflow where I'm using intellij idea.

Usually, libraries like this one (e.g. immutables.org) provide a annotation-processor that I can plug into my IDE workflow.. at the moment, I'm unable to get idea to run the maven plugin on automatic recompilation (which I have enabled through JRebel)

domdorn avatar May 31 '18 13:05 domdorn

Thanks. I agree. An annotation processor and gradle plugin are high on my list.

JoeHegarty avatar May 31 '18 18:05 JoeHegarty

Actually, I think it should be a compiler plugin, as we're not processing any annotations.

domdorn avatar May 31 '18 19:05 domdorn

As workarounds, you can insert Async.init() into your code, it will be removed anyways

andy-yx-chen avatar Jun 13 '18 18:06 andy-yx-chen