50 lines
1.4 KiB
Smali
50 lines
1.4 KiB
Smali
.class public interface abstract annotation Llombok/experimental/Builder;
|
|
.super Ljava/lang/Object;
|
|
.source "Builder.java"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/annotation/Annotation;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/AnnotationDefault;
|
|
value = .subannotation Llombok/experimental/Builder;
|
|
buildMethodName = "build"
|
|
builderClassName = ""
|
|
builderMethodName = "builder"
|
|
chain = true
|
|
fluent = true
|
|
.end subannotation
|
|
.end annotation
|
|
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
|
|
.annotation runtime Ljava/lang/annotation/Retention;
|
|
value = .enum Ljava/lang/annotation/RetentionPolicy;->SOURCE: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;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract buildMethodName()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract builderClassName()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract builderMethodName()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract chain()Z
|
|
.end method
|
|
|
|
.method public abstract fluent()Z
|
|
.end method
|