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

Migrate from Lombok to Immutables #1

Open
KangoV opened this issue Jan 9, 2020 · 1 comment
Open

Migrate from Lombok to Immutables #1

KangoV opened this issue Jan 9, 2020 · 1 comment

Comments

@KangoV
Copy link

KangoV commented Jan 9, 2020

Immutables uses annotation processors and doesn't need a Java agent.

@lloydmeta
Copy link
Owner

Interesting idea. What would be better under Immutables vs Lombok? IIUC, Lombok doesn't need a Java agent either, and uses an annotation processor?

compileOnly "org.projectlombok:lombok"
annotationProcessor "org.projectlombok:lombok"

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

No branches or pull requests

2 participants