package p491;

import java.lang.annotation.Annotation;
import p138.p139.p143.p144.C2803;

/* JADX INFO: renamed from: ޓ.ޝ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C7372 implements InterfaceC7371 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static final InterfaceC7371 f21372 = new C7372();

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static Annotation[] m10987(Annotation[] annotationArr) {
        if (C7373.m10998(annotationArr, (Class<? extends Annotation>) InterfaceC7371.class)) {
            return annotationArr;
        }
        Annotation[] annotationArr2 = new Annotation[annotationArr.length + 1];
        annotationArr2[0] = f21372;
        System.arraycopy(annotationArr, 0, annotationArr2, 1, annotationArr.length);
        return annotationArr2;
    }

    @Override // java.lang.annotation.Annotation
    public Class<? extends Annotation> annotationType() {
        return InterfaceC7371.class;
    }

    @Override // java.lang.annotation.Annotation
    public boolean equals(Object obj) {
        return obj instanceof InterfaceC7371;
    }

    @Override // java.lang.annotation.Annotation
    public int hashCode() {
        return 0;
    }

    @Override // java.lang.annotation.Annotation
    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("@");
        sbM4889.append(InterfaceC7371.class.getName());
        sbM4889.append("()");
        return sbM4889.toString();
    }
}
