Sign in
bazel
/
bazel
/
1a42174021935c955e8c2474db86c6fa785b867a
/
.
/
third_party
/
jetbrains_annotations
/
BUILD
blob: 13ae7620372e2031c828e0fc80300e7ca6831e64 [
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"
]),
)