-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add deprecated annotation on all completed stage builder methods (#1569)
All completed stage builder methods now properly include deprecation annotations, if relevant. Previously, they could be missing for some methods.
- Loading branch information
1 parent
5f47c98
commit 3dad2c2
Showing
8 changed files
with
343 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
type: improvement | ||
improvement: | ||
description: All completed stage builder methods now properly include deprecation | ||
annotations, if relevant. Previously, they could be missing for some methods. | ||
links: | ||
- https://github.com/palantir/conjure-java/pull/1569 |
6 changes: 6 additions & 0 deletions
6
conjure-java-core/src/integrationInput/java/com/palantir/product/ManyFieldExample.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
229 changes: 221 additions & 8 deletions
229
...ava-core/src/integrationInput/java/com/palantir/product/MultipleFieldsOnlyFinalStage.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.