aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/binder/env/package-info.java
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2022-03-23 03:19:48 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-03-23 03:19:48 +0000
commit133c1071528f6c21b9f609ce483818c81667c16e (patch)
tree60c2f0c548551743407d31a0b4be18bebf792603 /java/com/google/turbine/binder/env/package-info.java
parentb5fe7f1c2587f22da5d51648f13263e671b19e95 (diff)
parentc1a0e4def84e17508a07ba5a73eb746d9363aa2b (diff)
downloadturbine-133c1071528f6c21b9f609ce483818c81667c16e.tar.gz
Merge remote-tracking branch 'aosp/upstream-main' am: 42b4c61d46 am: 71e7dd63f7 am: c339216720 am: c1a0e4def8
Original change: https://android-review.googlesource.com/c/platform/external/turbine/+/2029125 Change-Id: I2d2d54d844094563b0456a68260a945138ca9086
Diffstat (limited to 'java/com/google/turbine/binder/env/package-info.java')
-rw-r--r--java/com/google/turbine/binder/env/package-info.java19
1 files changed, 19 insertions, 0 deletions
diff --git a/java/com/google/turbine/binder/env/package-info.java b/java/com/google/turbine/binder/env/package-info.java
new file mode 100644
index 0000000..fa57245
--- /dev/null
+++ b/java/com/google/turbine/binder/env/package-info.java
@@ -0,0 +1,19 @@
+/*
+ * Copyright 2021 Google Inc. All Rights Reserved.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+@com.google.errorprone.annotations.CheckReturnValue
+@org.jspecify.nullness.NullMarked
+package com.google.turbine.binder.env;