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
{{ message }}
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: