package kotlin.annotation;

import kotlin.Metadata;

/* JADX WARN: Failed to restore enum class, 'enum' modifier and super class removed */
/* JADX WARN: Unknown enum class pattern. Please report as an issue! */
/* JADX INFO: loaded from: classes.dex */
@Metadata(d1 = {"\u0000\n\n\u0002\u0018\u0002\n\u0002\u0010\u0010\n\u0000\b\u0086\u0001\u0018\u00002\b\u0012\u0004\u0012\u00020\u00000\u0001¨\u0006\u0002"}, d2 = {"Lkotlin/annotation/AnnotationRetention;", "", "kotlin-stdlib"}, k = 1, mv = {1, 8, 0})
public final class AnnotationRetention {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final AnnotationRetention f29186a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final AnnotationRetention f29187b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final AnnotationRetention f29188c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final /* synthetic */ AnnotationRetention[] f29189d;

    static {
        AnnotationRetention annotationRetention = new AnnotationRetention("SOURCE", 0);
        f29186a = annotationRetention;
        AnnotationRetention annotationRetention2 = new AnnotationRetention("BINARY", 1);
        f29187b = annotationRetention2;
        AnnotationRetention annotationRetention3 = new AnnotationRetention("RUNTIME", 2);
        f29188c = annotationRetention3;
        f29189d = new AnnotationRetention[]{annotationRetention, annotationRetention2, annotationRetention3};
    }

    public static AnnotationRetention valueOf(String str) {
        return (AnnotationRetention) Enum.valueOf(AnnotationRetention.class, str);
    }

    public static AnnotationRetention[] values() {
        return (AnnotationRetention[]) f29189d.clone();
    }
}
