salesforce / bazel-jdt-java-toolchain

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

Collect generates source as well as dependency information #15

Closed guw closed 1 year ago

guw commented 1 year ago

Switch to using the JDT Batch compiler directly, dropping the use of the tool interface. Add support for computing list of generated sources during annotation processing. Add support for computing list of used dependencies. Add support for configuring access rules based on strict dependency checking.