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

34 lines
842 B
Smali

.class abstract Lcom/google/common/util/concurrent/GwtFluentFutureCatchingSpecialization;
.super Lcom/google/common/util/concurrent/AbstractFuture;
.source "GwtFluentFutureCatchingSpecialization.java"
# annotations
.annotation build Lcom/google/common/annotations/GwtCompatible;
emulated = true
.end annotation
.annotation runtime Lcom/google/common/util/concurrent/ElementTypesAreNonnullByDefault;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<V:",
"Ljava/lang/Object;",
">",
"Lcom/google/common/util/concurrent/AbstractFuture<",
"TV;>;"
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Lcom/google/common/util/concurrent/AbstractFuture;-><init>()V
return-void
.end method