Files
ctf/2024/insomnihack/mobile/Notes/smali/kotlin/jvm/internal/RepeatableContainer.smali
2025-06-06 03:13:31 +02:00

19 lines
585 B
Smali

.class public interface abstract annotation Lkotlin/jvm/internal/RepeatableContainer;
.super Ljava/lang/Object;
.source "RepeatableContainer.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.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;->ANNOTATION_TYPE:Ljava/lang/annotation/ElementType;
}
.end annotation