-
Notifications
You must be signed in to change notification settings - Fork 105
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
Support Javadoc in AnnotationElement #272
Conversation
gastaldi
commented
Nov 8, 2022
- Fixes Support JavaDoc comment to an annotation element #271
35ef499
to
93e554b
Compare
This fixes the "annotation element JavaDoc" problem, as I can now run the simple test program okay. Running:
gives the following exception stack trace:
It happens because the target class implements the Any ideas? |
I also get this error when I use v2.27.0.Final, so it has something to do with going from 2.26.0 to 2.27.0. I see one thing that changed is |
93e554b
to
aac757a
Compare
@rob-stoecklein good catch! I pushed a fix to master and rebased this PR. Can you give it a try now? I'll release the next version once you confirm it's okay |
aac757a
to
4afc184
Compare
@gastaldi It now works like a champ -- thanks! |
We do you think 2.28.0 will be pushed to the Central repo? |
@rob-stoecklein I just released to Central, should be there in a few minutes |
Excellent -- thank you! |