xing-android-sdk icon indicating copy to clipboard operation
xing-android-sdk copied to clipboard

Consider AutoValue for api client models.

Open serj-lotutovici opened this issue 8 years ago • 4 comments

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.

serj-lotutovici avatar Jul 04 '16 12:07 serj-lotutovici

Oh yes please!

dhartwich1991 avatar Jul 04 '16 12:07 dhartwich1991

@dhartwich1991 which milestone should it be? 2.0.0 or 2.1.0

serj-lotutovici avatar Jul 04 '16 13:07 serj-lotutovici

My opinion would be to get 2.0.0 out and then make it part of 2.1.0, agree?

dhartwich1991 avatar Jul 04 '16 13:07 dhartwich1991

My opinion would be to get 2.0.0 out and then make it part of 2.1.0, agree?

Yes

serj-lotutovici avatar Jul 04 '16 14:07 serj-lotutovici