You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If multiple classes have a nested class X with the same name the annotation processing generation will disregard the namespacing provided by the containing class and try to generate two (de-)serializers for X which is not allowed.
If multiple classes have a nested class X with the same name the annotation processing generation will disregard the namespacing provided by the containing class and try to generate two (de-)serializers for X which is not allowed.