package d.c.a.u;

import d.c.a.f;
import java.lang.annotation.Annotation;
import java.lang.reflect.Type;

/* JADX INFO: compiled from: DefaultCallAdapterFactory.java */
/* JADX INFO: loaded from: classes.dex */
public class a extends f.a {
    public static final f.a a = new a();

    /* JADX INFO: renamed from: d.c.a.u.a$a, reason: collision with other inner class name */
    /* JADX INFO: compiled from: DefaultCallAdapterFactory.java */
    public class C0035a implements f<Object, Object> {
        public final /* synthetic */ Type a;

        public C0035a(Type type) {
            this.a = type;
        }
    }

    @Override // d.c.a.f.a
    public f<?, ?> a(Type type, Annotation[] annotationArr) {
        return new C0035a(type);
    }
}
