35 lines
1.2 KiB
Smali
35 lines
1.2 KiB
Smali
.class public interface abstract annotation Ledu/umd/cs/findbugs/annotations/CheckForNull;
|
|
.super Ljava/lang/Object;
|
|
.source "CheckForNull.java"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/annotation/Annotation;
|
|
|
|
|
|
# annotations
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
|
|
.annotation runtime Ljava/lang/annotation/Documented;
|
|
.end annotation
|
|
|
|
.annotation runtime Ljava/lang/annotation/Retention;
|
|
value = .enum Ljava/lang/annotation/RetentionPolicy;->CLASS:Ljava/lang/annotation/RetentionPolicy;
|
|
.end annotation
|
|
|
|
.annotation runtime Ljava/lang/annotation/Target;
|
|
value = {
|
|
.enum Ljava/lang/annotation/ElementType;->FIELD:Ljava/lang/annotation/ElementType;,
|
|
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;,
|
|
.enum Ljava/lang/annotation/ElementType;->PARAMETER:Ljava/lang/annotation/ElementType;,
|
|
.enum Ljava/lang/annotation/ElementType;->LOCAL_VARIABLE:Ljava/lang/annotation/ElementType;
|
|
}
|
|
.end annotation
|
|
|
|
.annotation runtime Ljavax/annotation/Nonnull;
|
|
when = .enum Ljavax/annotation/meta/When;->MAYBE:Ljavax/annotation/meta/When;
|
|
.end annotation
|
|
|
|
.annotation build Ljavax/annotation/meta/TypeQualifierNickname;
|
|
.end annotation
|