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 02:54:40 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-03-23 02:54:40 +0000
commitc1a0e4def84e17508a07ba5a73eb746d9363aa2b (patch)
tree60c2f0c548551743407d31a0b4be18bebf792603 /java/com/google/turbine/binder/env/package-info.java
parentb5fe7f1c2587f22da5d51648f13263e671b19e95 (diff)
parentc33921672064745eb07a4cc91cd721ba730df102 (diff)
downloadturbine-c1a0e4def84e17508a07ba5a73eb746d9363aa2b.tar.gz
Merge remote-tracking branch 'aosp/upstream-main' am: 42b4c61d46 am: 71e7dd63f7 am: c339216720
Original change: https://android-review.googlesource.com/c/platform/external/turbine/+/2029125 Change-Id: Ife8274d1384abd11d8db5859515dd8ab9cbd5518
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;