xing-android-sdk
xing-android-sdk copied to clipboard
Consider AutoValue for api client models.
Currently we are declaring all models manually. This creates an overhead for us when maintaining hashCode
, equals()
e.t.c. AutoValue will solve this problem for us.
Another pro is the new extension api of AutoValue which gives us a rich combination of possibilities.
Oh yes please!
@dhartwich1991 which milestone should it be? 2.0.0 or 2.1.0
My opinion would be to get 2.0.0 out and then make it part of 2.1.0, agree?
My opinion would be to get 2.0.0 out and then make it part of 2.1.0, agree?
Yes