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

move javadoc comments above the interface definition to make it visible #704

Merged

Conversation

niranjanib
Copy link
Contributor

PR to fix the Javadoc not visible for both JSONPropertyIgnore and JSONPropertyName classes.

This doesn't affect the source code execution, I've only rearranged Javadoc comments to the start of the interface definition.

Fix #670

@gqqnbig
Copy link

gqqnbig commented Nov 1, 2022

I built the code in the PR and my local javadoc shows the expected comment.

The PR looks good to me!

@stleary
Copy link
Owner

stleary commented Nov 1, 2022

What problem does this code solve?
Documentation moved

Risks
Low

Changes to the API?
N/A

Will this require a new release?
No

Should the documentation be updated?
No

Does it break the unit tests?
N/A

Was any code refactored in this commit?
N/A

Review status
APPROVED

Starting 3 day comment window

@stleary stleary merged commit 6a732ec into stleary:master Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation on JSONPropertyIgnore doesn't show on the website
3 participants