You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Nice to haves
The text was updated successfully, but these errors were encountered: