49 lines
1.4 KiB
Smali
49 lines
1.4 KiB
Smali
.class public interface abstract annotation Llombok/RequiredArgsConstructor;
|
|
.super Ljava/lang/Object;
|
|
.source "RequiredArgsConstructor.java"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/annotation/Annotation;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/AnnotationDefault;
|
|
value = .subannotation Llombok/RequiredArgsConstructor;
|
|
access = .enum Llombok/AccessLevel;->PUBLIC:Llombok/AccessLevel;
|
|
onConstructor = {}
|
|
staticName = ""
|
|
suppressConstructorProperties = false
|
|
.end subannotation
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Llombok/RequiredArgsConstructor$AnyAnnotation;
|
|
}
|
|
.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;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract access()Llombok/AccessLevel;
|
|
.end method
|
|
|
|
.method public abstract onConstructor()[Llombok/RequiredArgsConstructor$AnyAnnotation;
|
|
.end method
|
|
|
|
.method public abstract staticName()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract suppressConstructorProperties()Z
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end method
|