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

Preserve generic type variables and bounds #65

Open
Sheikah45 opened this issue May 16, 2022 · 3 comments
Open

Preserve generic type variables and bounds #65

Sheikah45 opened this issue May 16, 2022 · 3 comments

Comments

@Sheikah45
Copy link
Contributor

In the annotation processor we erase all the type parameters so the param types of methods are limited to their bounds which can be seen on the generic method in Documented Class in #63. However the javadoc tool actually preserves the generic type and bounds.

Do we want to preserve the generic type and bounds in the param types of the retained javadoc?

@Sheikah45 Sheikah45 changed the title Preserve Generic type variables and bounds Preserve generic type variables and bounds May 16, 2022
@Sheikah45
Copy link
Contributor Author

@dnault what are your thoughts on this?

@Sheikah45
Copy link
Contributor Author

@dnault bump, is this worth doing in your mind?

@dnault
Copy link
Owner

dnault commented Jun 24, 2022

Hi @Sheikah45 . In my opinion, it's only worth doing if you or someone else has a use case for it.

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

No branches or pull requests

2 participants