diff --git a/src/Xamarin.Android.Tools.Bytecode/XmlClassDeclarationBuilder.cs b/src/Xamarin.Android.Tools.Bytecode/XmlClassDeclarationBuilder.cs index ccbacb489..04feb0466 100644 --- a/src/Xamarin.Android.Tools.Bytecode/XmlClassDeclarationBuilder.cs +++ b/src/Xamarin.Android.Tools.Bytecode/XmlClassDeclarationBuilder.cs @@ -464,6 +464,7 @@ static bool IsNotNullAnnotation (Annotation annotation) // https://stackoverflow.com/questions/4963300/which-notnull-java-annotation-should-i-use switch (annotation.Type) { case "Landroid/annotation/NonNull;": + case "Landroidx/annotation/NonNull;": case "Landroidx/annotation/RecentlyNonNull;": case "Ljavax/validation/constraints/NotNull;": case "Ledu/umd/cs/findbugs/annotations/NonNull;":