You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reading the AutoConfigurationImportSelector class, the getExclusions method is a bit confusing, there are two different ways to get an array of strings from AnnotationAttributes based on attribute names.
snicoll
changed the title
Not a issue, just to make the code cleaner.
AutoConfigurationImportSelector#getExcludes doesn't use asList consistently
Aug 17, 2022
Version: 2.7.2
When reading the AutoConfigurationImportSelector class, the getExclusions method is a bit confusing, there are two different ways to get an array of strings from AnnotationAttributes based on attribute names.
The source code is as follows:
Is it possible to do the same way, for example like below:
This is not a problem and can of course be ignored.
The text was updated successfully, but these errors were encountered: