Sign in
bazel
/
bazel
/
203f2c52cfe51152a997cf1c77e1e0dd7f8e2783
/
.
/
third_party
/
jetbrains_annotations
/
BUILD
blob: ae8048f84f3f67c299691d60f028b59806ff0195 [
file
] [
log
] [
blame
]
package
(
default_visibility
=
[
"//visibility:public"
])
licenses
([
"notice"
])
# Apache License 2.0
exports_files
([
"LICENSE"
])
filegroup
(
name
=
"srcs"
,
srcs
=
glob
([
"**"
]),
)
java_import
(
name
=
"jetbrains_annotations"
,
jars
=
glob
([
"*.jar"
]),
)