apkfuckery/com.discord/smali/com/annimon/stream/function/FunctionalInterface.smali
2019-02-04 21:05:16 +01:00

22 lines
653 B
Smali

.class public interface abstract annotation Lcom/annimon/stream/function/FunctionalInterface;
.super Ljava/lang/Object;
.source "FunctionalInterface.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Documented;
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->TYPE:Ljava/lang/annotation/ElementType;
}
.end annotation