We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1ad51 commit 2f62ffdCopy full SHA for 2f62ffd
src/Xamarin.Android.Tools.Bytecode/XmlClassDeclarationBuilder.cs
@@ -464,6 +464,7 @@ static bool IsNotNullAnnotation (Annotation annotation)
464
// https://stackoverflow.com/questions/4963300/which-notnull-java-annotation-should-i-use
465
switch (annotation.Type) {
466
case "Landroid/annotation/NonNull;":
467
+ case "Landroidx/annotation/NonNull;":
468
case "Landroidx/annotation/RecentlyNonNull;":
469
case "Ljavax/validation/constraints/NotNull;":
470
case "Ledu/umd/cs/findbugs/annotations/NonNull;":
0 commit comments