aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/binder/bound/AnnotationMetadata.java
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2021-07-16 18:48:35 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-07-16 18:48:35 +0000
commitb5fe7f1c2587f22da5d51648f13263e671b19e95 (patch)
treef3960bf41b61a8f29eb4ddc3bdc03da8c15976ab /java/com/google/turbine/binder/bound/AnnotationMetadata.java
parent1af1892e6f5b2ed6a0c5d1d0a5b32eb5ceef6bc3 (diff)
parentd6118c099b71aac0100cce47f7e5f16cbbfb897e (diff)
downloadturbine-b5fe7f1c2587f22da5d51648f13263e671b19e95.tar.gz
Merge remote-tracking branch 'aosp/upstream-main' am: 54111aedb4 am: aef8ef46bb am: 88adfa1e21 am: d6118c099b
Original change: https://android-review.googlesource.com/c/platform/external/turbine/+/1768552 Change-Id: I7658c8fadfab3880c4266a9a1cb70ac270d44de2
Diffstat (limited to 'java/com/google/turbine/binder/bound/AnnotationMetadata.java')
-rw-r--r--java/com/google/turbine/binder/bound/AnnotationMetadata.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/google/turbine/binder/bound/AnnotationMetadata.java b/java/com/google/turbine/binder/bound/AnnotationMetadata.java
index 31860b6..a4d3037 100644
--- a/java/com/google/turbine/binder/bound/AnnotationMetadata.java
+++ b/java/com/google/turbine/binder/bound/AnnotationMetadata.java
@@ -25,7 +25,7 @@ import java.lang.annotation.RetentionPolicy;
import java.util.EnumSet;
/**
- * Annotation metadata, e.g. from {@link @java.lang.annotation.Target}, {@link
+ * Annotation metadata, e.g. from {@link java.lang.annotation.Target}, {@link
* java.lang.annotation.Retention}, and {@link java.lang.annotation.Repeatable}.
*/
public class AnnotationMetadata {