26 lines
610 B
Smali
26 lines
610 B
Smali
.class public interface abstract annotation Landroidx/databinding/BindingMethod;
|
|
.super Ljava/lang/Object;
|
|
.source "BindingMethod.java"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/annotation/Annotation;
|
|
|
|
|
|
# annotations
|
|
.annotation runtime Ljava/lang/annotation/Target;
|
|
value = {
|
|
.enum Ljava/lang/annotation/ElementType;->ANNOTATION_TYPE:Ljava/lang/annotation/ElementType;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract attribute()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract method()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract type()Ljava/lang/Class;
|
|
.end method
|