changed repo structure
This commit is contained in:
88
2024/insomnihack/mobile/Notes/smali/kotlin/Deprecated.smali
Normal file
88
2024/insomnihack/mobile/Notes/smali/kotlin/Deprecated.smali
Normal file
@@ -0,0 +1,88 @@
|
||||
.class public interface abstract annotation Lkotlin/Deprecated;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Annotations.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/annotation/Annotation;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/AnnotationDefault;
|
||||
value = .subannotation Lkotlin/Deprecated;
|
||||
level = .enum Lkotlin/DeprecationLevel;->WARNING:Lkotlin/DeprecationLevel;
|
||||
replaceWith = .subannotation Lkotlin/ReplaceWith;
|
||||
expression = ""
|
||||
imports = {}
|
||||
.end subannotation
|
||||
.end subannotation
|
||||
.end annotation
|
||||
|
||||
.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;,
|
||||
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;,
|
||||
.enum Ljava/lang/annotation/ElementType;->CONSTRUCTOR:Ljava/lang/annotation/ElementType;,
|
||||
.enum Ljava/lang/annotation/ElementType;->ANNOTATION_TYPE:Ljava/lang/annotation/ElementType;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Lkotlin/Metadata;
|
||||
d1 = {
|
||||
"\u0000\u001e\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\n\u0002\u0010\u000e\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\u0008\u0004\u0008\u0087\u0002\u0018\u00002\u00020\u0001B\u001c\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u0008\u0008\u0002\u0010\u0004\u001a\u00020\u0005\u0012\u0008\u0008\u0002\u0010\u0006\u001a\u00020\u0007R\u000f\u0010\u0006\u001a\u00020\u0007\u00a2\u0006\u0006\u001a\u0004\u0008\u0006\u0010\u0008R\u000f\u0010\u0002\u001a\u00020\u0003\u00a2\u0006\u0006\u001a\u0004\u0008\u0002\u0010\tR\u000f\u0010\u0004\u001a\u00020\u0005\u00a2\u0006\u0006\u001a\u0004\u0008\u0004\u0010\n\u00a8\u0006\u000b"
|
||||
}
|
||||
d2 = {
|
||||
"Lkotlin/Deprecated;",
|
||||
"",
|
||||
"message",
|
||||
"",
|
||||
"replaceWith",
|
||||
"Lkotlin/ReplaceWith;",
|
||||
"level",
|
||||
"Lkotlin/DeprecationLevel;",
|
||||
"()Lkotlin/DeprecationLevel;",
|
||||
"()Ljava/lang/String;",
|
||||
"()Lkotlin/ReplaceWith;",
|
||||
"kotlin-stdlib"
|
||||
}
|
||||
k = 0x1
|
||||
mv = {
|
||||
0x1,
|
||||
0x8,
|
||||
0x0
|
||||
}
|
||||
xi = 0x30
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Lkotlin/annotation/MustBeDocumented;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Lkotlin/annotation/Target;
|
||||
allowedTargets = {
|
||||
.enum Lkotlin/annotation/AnnotationTarget;->CLASS:Lkotlin/annotation/AnnotationTarget;,
|
||||
.enum Lkotlin/annotation/AnnotationTarget;->FUNCTION:Lkotlin/annotation/AnnotationTarget;,
|
||||
.enum Lkotlin/annotation/AnnotationTarget;->PROPERTY:Lkotlin/annotation/AnnotationTarget;,
|
||||
.enum Lkotlin/annotation/AnnotationTarget;->ANNOTATION_CLASS:Lkotlin/annotation/AnnotationTarget;,
|
||||
.enum Lkotlin/annotation/AnnotationTarget;->CONSTRUCTOR:Lkotlin/annotation/AnnotationTarget;,
|
||||
.enum Lkotlin/annotation/AnnotationTarget;->PROPERTY_SETTER:Lkotlin/annotation/AnnotationTarget;,
|
||||
.enum Lkotlin/annotation/AnnotationTarget;->PROPERTY_GETTER:Lkotlin/annotation/AnnotationTarget;,
|
||||
.enum Lkotlin/annotation/AnnotationTarget;->TYPEALIAS:Lkotlin/annotation/AnnotationTarget;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract level()Lkotlin/DeprecationLevel;
|
||||
.end method
|
||||
|
||||
.method public abstract message()Ljava/lang/String;
|
||||
.end method
|
||||
|
||||
.method public abstract replaceWith()Lkotlin/ReplaceWith;
|
||||
.end method
|
||||
Reference in New Issue
Block a user