-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds support for extending AutoValue.Builder via abstract methods.
Leveraging AutoValueExtension to extend a class didn't allow extending the AutoValue.Builder class via abstract methods. This change allows extensions to consume abstract methods in the builder so that they can provide their own implementations. RELNOTES=Added support for extending AutoValue.Builder with abstract methods. PiperOrigin-RevId: 565160145
- Loading branch information
1 parent
fe2eb81
commit 7d4b020
Showing
7 changed files
with
287 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.