2022-06-10 21:38:30 +09:00

58 lines
1.2 KiB
Smali

.class public Lcom/thoughtworks/xstream/annotations/Annotations;
.super Ljava/lang/Object;
.source "Annotations.java"
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# direct methods
.method private constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static varargs declared-synchronized configureAliases(Lcom/thoughtworks/xstream/XStream;[Ljava/lang/Class;)V
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/thoughtworks/xstream/XStream;",
"[",
"Ljava/lang/Class<",
"*>;)V"
}
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
const-class v0, Lcom/thoughtworks/xstream/annotations/Annotations;
monitor-enter v0
.line 1
:try_start_0
invoke-virtual {p0, p1}, Lcom/thoughtworks/xstream/XStream;->processAnnotations([Ljava/lang/Class;)V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 2
monitor-exit v0
return-void
:catchall_0
move-exception p0
monitor-exit v0
throw p0
.end method