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 6adae08 commit f08300eCopy full SHA for f08300e
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