-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Introduce support for synthesizing AnnotationAttributes into an annotation [SPR-13067] #17659
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
Comments
Sam Brannen commented The "holy grail of annotation processing" is in the air... ;) I have pushed a working prototype for this issue to a #17659 feature branch. Fee free to follow along or make comments! |
Sam Brannen commented Update: the latest and greatest has been pushed to #17659. Feedback is welcome! |
Sam Brannen commented This has been implemented as described in the comments for GitHub commit e30c9b2:
|
Sam Brannen opened SPR-13067 and commented
This issue picks up where #16137 and #16138 left off, with the primary goal of providing support for synthesizing an annotation from merged
AnnotationAttributes
like those returned from thegetAnnotationAttributes(\*)
andfindAnnotationAttributes(\*)
methods inAnnotatedElementUtils
.Issue Links:
The text was updated successfully, but these errors were encountered: