Rabbit-R1/android (non root)/smali/smali_classes3/com/google/common/hash/ImmutableSupplier.smali
2024-05-21 17:08:36 -04:00

25 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