-
Updated
Dec 11, 2020 - C++
widevine
Here are 29 public repositories matching this topic...
-
Updated
Sep 29, 2020 - JavaScript
-
Updated
Jul 28, 2020 - Shell
-
Updated
Aug 21, 2020 - Shell
-
Updated
Jun 21, 2020 - Dart
-
Updated
Dec 10, 2020 - JavaScript
-
Updated
Aug 22, 2020 - C++
-
Updated
Sep 19, 2020 - Kotlin
-
Updated
Oct 30, 2020 - HTML
-
Updated
Aug 16, 2020 - JavaScript
-
Updated
Oct 20, 2020 - HTML
-
Updated
Jul 3, 2020 - Makefile
Improve this page
Add a description, image, and links to the widevine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the widevine topic, visit your repo's landing page and select "manage topics."
Problem
We have quite a few models and we have to generate the hashcode, equals and toString whenever we decide to update them.
Potential Solution
Introduce
Auto-Valueto have our model classes auto-generated with hashcode, equals and toString whenever we perform a build.Impact
Less maintenance when adding a new field to a model.