package com.google.android.datatransport.runtime.dagger;

import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import javax.inject.Scope;

/* JADX INFO: loaded from: classes2.dex */
@Scope
@Documented
@Retention(RetentionPolicy.RUNTIME)
public @interface Reusable {
}
