Skip to content

Commit

Permalink
add jakarta.annotation.Nullable as a annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
mebigfatguy committed Nov 1, 2024
1 parent a09681a commit 591902d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public class AnnotationIssues extends BytecodeScanningDetector {
static {
NULLABLE_ANNOTATIONS.add("Lorg/jetbrains/annotations/Nullable;");
NULLABLE_ANNOTATIONS.add("Ljavax/annotation/Nullable;");
NULLABLE_ANNOTATIONS.add("Ljakarta/annotation/Nullable;");
NULLABLE_ANNOTATIONS.add("Ljavax/annotation/CheckForNull;");
NULLABLE_ANNOTATIONS.add("Lcom/sun/istack/Nullable;");
NULLABLE_ANNOTATIONS.add("Ledu/umd/cs/findbugs/annotations/Nullable;");
Expand Down

0 comments on commit 591902d

Please sign in to comment.