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

DESIGN: defining java_plugin annotation processor arguments #403

Open
restingbull opened this issue Nov 20, 2020 · 0 comments
Open

DESIGN: defining java_plugin annotation processor arguments #403

restingbull opened this issue Nov 20, 2020 · 0 comments
Assignees
Labels
note: help wanted Extra attention is needed type: design type: enhancement New feature or request

Comments

@restingbull
Copy link
Collaborator

Many java annotation processors allow configuration via command line arguments and system properties. These are consumed by kapt and javac, and therefore best kept separate from java compiler arguments.

Design Goals

  • allow rule association
  • avoid unnecessary boilerplate
  • highly discoverable

Nice to haves

  • associate with a single java_plugin rule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
note: help wanted Extra attention is needed type: design type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants