salesforce / bazel-jdt-java-toolchain

Eclipse Java Compiler (ECJ) for Bazel
Apache License 2.0
9 stars 6 forks source link

Create ECJ based version of AnnotationProcessingPlugin #8

Closed guw closed 1 year ago

guw commented 2 years ago

The Bazel Java Compiler has AnnotationProcessingPlugin.

/** A plugin that records information about sources generated during annotation processing. */
public class AnnotationProcessingPlugin extends BlazeJavaCompilerPlugin {..}

We need to understand why this is needed and if we need to provide an equivalent version for ECJ.

guw commented 1 year ago

Fixed with #15