We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@Generated
1 parent e325dc9 commit f71447cCopy full SHA for f71447c
BUILD.bazel
@@ -64,5 +64,8 @@ java_library(
64
exported_plugins = [":auto_value"],
65
neverlink = 1,
66
visibility = ["//:__subpackages__"],
67
- exports = ["@com_google_auto_value_auto_value_annotations//jar"],
+ exports = [
68
+ "@com_google_auto_value_auto_value_annotations//jar",
69
+ "@org_apache_tomcat_annotations_api//jar", # @Generated for Java 9+
70
+ ],
71
)
0 commit comments