Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provide annotation processor #20

Open
domdorn opened this issue May 31, 2018 · 3 comments
Open

provide annotation processor #20

domdorn opened this issue May 31, 2018 · 3 comments

Comments

@domdorn
Copy link

domdorn commented May 31, 2018

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)

@JoeHegarty
Copy link
Member

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

@domdorn
Copy link
Author

domdorn commented May 31, 2018

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

@andy-yx-chen
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants