bazeltools / bazel-deps

Generate bazel dependencies for maven artifacts
MIT License
250 stars 122 forks source link

Allow annotation processors to generate APIs #256

Open shs96c opened 5 years ago

shs96c commented 5 years ago

Some annotation processors (notably immutables) generate APIs when they run. However, generally bazel-deps marks all java_plugins as generatesApi = False.