-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Cleanup: Remove isAnnotation(ClassInfo)
utility methods
#17756
Conversation
eee2af0
to
62607d1
Compare
62607d1
to
cdd6e86
Compare
There is now a dedicated `ClassInfo#isAnnotation()` method. Also removes no longer used field `BeanDeployment#CLASS_TYPES`.
cdd6e86
to
9698f23
Compare
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 9698f23
Full information is available in the Build summary check run. Test Failures⚙️ JVM Tests - JDK 11 #📦 extensions/vertx-http/deployment✖ ⚙️ JVM Tests - JDK 11 Windows #📦 devtools/cli✖ ✖ ✖ ✖ ✖ |
There is now a dedicated
ClassInfo#isAnnotation()
method.Also removes no longer used field
BeanDeployment#CLASS_TYPES
.