tmap/smali_classes3/com/google/common/hash/ImmutableSupplier.smali
2022-06-10 21:38:30 +09:00

26 lines
615 B
Smali

.class interface abstract Lcom/google/common/hash/ImmutableSupplier;
.super Ljava/lang/Object;
.source "ImmutableSupplier.java"
# interfaces
.implements Lcom/google/common/base/Supplier;
# annotations
.annotation runtime Lcom/google/common/hash/ElementTypesAreNonnullByDefault;
.end annotation
.annotation runtime Lcom/google/errorprone/annotations/Immutable;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lcom/google/common/base/Supplier<",
"TT;>;"
}
.end annotation