changed repo structure
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
.class public interface abstract Landroidx/startup/Initializer;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Initializer.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract create(Landroid/content/Context;)Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Landroid/content/Context;",
|
||||
")TT;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public abstract dependencies()Ljava/util/List;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/List<",
|
||||
"Ljava/lang/Class<",
|
||||
"+",
|
||||
"Landroidx/startup/Initializer<",
|
||||
"*>;>;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
||||
Reference in New Issue
Block a user