hello everyone! first post here :slightly_smiling_...
# general
m
hello everyone! first post here 🙂 i am trying to migrate a JMH benchmark project from maven to pants and I am running into what i believe is a annotation processing issue. For context, I believe that with Maven, JMH relies on the ManifestResourceTransformer plugin to declare (and run?) its jmh-generator-annprocess annotation processor. In pants, do I just add the processor as a dependency or is there a special way to declare annotation processors? I am trying to follow this example https://github.com/pantsbuild/pants/tree/master/examples/src/java/org/pantsbuild/example/annotation, but it seems like the annotation processor build target is for building a custom annotation processor? What about for just using one that someone else wrote?