Sign in
bazel
/
bazel
/
5be114a2e4fb928a98f44327135c1046f361980b
/
.
/
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"
]),
)