tmap/smali_classes3/com/google/common/util/concurrent/CycleDetectingLockFactory$Policy.smali
2022-06-10 21:38:30 +09:00

23 lines
683 B
Smali

.class public interface abstract Lcom/google/common/util/concurrent/CycleDetectingLockFactory$Policy;
.super Ljava/lang/Object;
.source "CycleDetectingLockFactory.java"
# annotations
.annotation build Lcom/google/common/annotations/Beta;
.end annotation
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/util/concurrent/CycleDetectingLockFactory;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "Policy"
.end annotation
# virtual methods
.method public abstract handlePotentialDeadlock(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$PotentialDeadlockException;)V
.end method