This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Java Annotation Processor? #601
Comments
For what it's worth, the current API is used quite extensively at Facebook, so even if it were to change it, we'd support the old API for a while I suspect (and at the very least, we'd announce it in our release notes if we did change it). |
We are using monkey patching to achieve what you want (https://github.com/gerrit-review/gerrit/blob/master/tools/default.defs):
And the defines are here (https://github.com/gerrit-review/gerrit/blob/master/lib/auto/auto_value.defs):
|
I think I already answered this for you, so I'm going to close it. If you disagree, please reopen and clarify what you feel is unresolved. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Various searches have uncovered references to an undocumented api, adding
annotation_processors
list andannotation_processor_deps
tojava_library
(and android_library?) rules. I also found posts (from over a year ago) where there was talk of changing the API to something more like Bazel's Java Plugin.The most recent post I've found on this is here: #85 A link is provided to buck's
JavaLibraryDescription
, which I'm assuming is the change to a bazel-like api?I have 2 questions:
JavaLibraryDescription
. A sample with it's various fields would be great.The text was updated successfully, but these errors were encountered: