BindingMethod.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
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
# 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