26 lines
615 B
Smali
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
|