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

Feature request: suppress componentN() methods from JavaDoc. #201

Closed
mikehearn opened this issue Aug 16, 2017 · 3 comments
Closed

Feature request: suppress componentN() methods from JavaDoc. #201

mikehearn opened this issue Aug 16, 2017 · 3 comments
Assignees
Labels
enhancement An issue for a feature or an overall improvement

Comments

@mikehearn
Copy link
Contributor

They're there for Kotlin users and are auto-generated, so will never have documentation. They clutter up the javadocs regardless.

@mikehearn
Copy link
Contributor Author

My mistake - they get docs when @property is used. However they're still useless to Java devs who have no syntactical support for them and their code would thus always be clearer using the real property names. It'd still be good to suppress them in JavaDoc output (or have the compiler mark them synthetic).

@semoro semoro self-assigned this Sep 6, 2017
@semoro semoro added the enhancement An issue for a feature or an overall improvement label Sep 6, 2017
@madorb
Copy link

madorb commented Dec 5, 2017

Agreed, this was very unexpected when i packed as javadoc

@Kordyjan Kordyjan added this to the Stable milestone Sep 1, 2020
@kamildoleglo
Copy link
Contributor

Probably fixed by #1758

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An issue for a feature or an overall improvement
Projects
None yet
Development

No branches or pull requests

5 participants