Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jersey3 OpenAPI templates: add attribute description as comment #1190

Merged
merged 3 commits into from
Dec 11, 2023

Conversation

gcatanese
Copy link
Contributor

Description
I'd like to suggest a change to the Jersey3 templates so that each pojo attribute includes the OpenAPI description as a comment, helping developers to understand the property and how to use it, for example:

  // The 8-digit bank account number, without separators or whitespace.
  private String accountNumber;

@gcatanese gcatanese requested a review from a team as a code owner November 29, 2023 17:11
gcatanese and others added 2 commits November 29, 2023 20:54
Co-authored-by: jillingk <93914435+jillingk@users.noreply.github.com>
@jillingk jillingk merged commit 6bfb4aa into Adyen:main Dec 11, 2023
1 of 2 checks passed
jillingk added a commit that referenced this pull request Dec 11, 2023
Aleffio pushed a commit that referenced this pull request Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants