We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Kotlin and Java implementations of AnnotatedMember have a different way of working.
When a repeatable annotation is used on:
AnnotatedMember#getAnnotationsByType
The text was updated successfully, but these errors were encountered:
GH-175 Remove description resolver for Descriptions annotation. Fix A…
22d0c21
…nnotatedMember#getAnnotationsByType implementations. (#176) (#176) * Remove description resolver for Descriptions annotation. Fix AnnotatedMember#getAnnotationsByType implementations. Add junit tests for multiline comments for java and kotlin platform. (#175) * Move MultiDescriptionJavaTest to kotlin package.
Successfully merging a pull request may close this issue.
Kotlin and Java implementations of AnnotatedMember have a different way of working.
When a repeatable annotation is used on:
AnnotatedMember#getAnnotationsByType
return Description and DescriptionsThe text was updated successfully, but these errors were encountered: