Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

Consider AutoValue for api client models. #137

Open
serj-lotutovici opened this issue Jul 4, 2016 · 4 comments
Open

Consider AutoValue for api client models. #137

serj-lotutovici opened this issue Jul 4, 2016 · 4 comments
Milestone

Comments

@serj-lotutovici
Copy link
Contributor

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.

@dhartwich1991
Copy link
Contributor

Oh yes please!

@serj-lotutovici
Copy link
Contributor Author

@dhartwich1991 which milestone should it be? 2.0.0 or 2.1.0

@dhartwich1991
Copy link
Contributor

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

@serj-lotutovici
Copy link
Contributor Author

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

Yes

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants