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
I remember that almost 1 year ago Retrofit threw an exception when an annotation outside of Retrofit api was used to annotate a method param. But now it doesn’t, it just ignore them.
I would like to know in which version this change was performed, if it that’s possible. Because I checked the CHANGELOG file and I didn’t find any information about this.
Nevertheless, I think this is really cool. Because it allows other libraries to play together with the same interface. Which I’m trying to do in order to create some sort of automated mocking and testing system.