awslabs / aws-mobile-appsync-sdk-android

Android SDK for AWS AppSync.
https://docs.amplify.aws/sdk/api/graphql/q/platform/android/
Apache License 2.0
105 stars 58 forks source link

Fix duplicate Nullable annotation #397

Closed tjleing closed 2 years ago

tjleing commented 2 years ago

Fixes https://github.com/awslabs/aws-mobile-appsync-sdk-android/issues/395. Javapoet v1.11 and higher store annotations on (parameterized) type objects as well as their underlying raw types (i.e. both on List<Item> and Item) so when rebuilding the type we need to clear both.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.