Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package io.fabric.sdk.android.services.concurrency;
|
||||
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
/* loaded from: classes2.dex */
|
||||
public @interface DependsOn {
|
||||
Class<?>[] value();
|
||||
}
|
||||
Reference in New Issue
Block a user