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

Fix Javadoc for field reflection hints #34297

Closed
bclozel opened this issue Jan 21, 2025 · 0 comments
Closed

Fix Javadoc for field reflection hints #34297

bclozel opened this issue Jan 21, 2025 · 0 comments
Assignees
Labels
theme: aot An issue related to Ahead-of-time processing type: documentation A documentation task
Milestone

Comments

@bclozel
Copy link
Member

bclozel commented Jan 21, 2025

While the implementation is right for hints and predicates related to field reflection for AOT, the Javadoc is misleading as it calls out reflection on fields. Instead, we should explain that such hints are tailored for reflective field access (as in Field.get, Field.set). The presence of field metadata is included when a type reflection hint is present.

@bclozel bclozel added theme: aot An issue related to Ahead-of-time processing type: documentation A documentation task labels Jan 21, 2025
@bclozel bclozel added this to the 6.2.3 milestone Jan 21, 2025
@bclozel bclozel self-assigned this Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: aot An issue related to Ahead-of-time processing type: documentation A documentation task
Projects
None yet
Development

No branches or pull requests

1 participant