mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
Merge branch '3.5.x'
Closes gh-48306
This commit is contained in:
+1
-1
@@ -138,7 +138,7 @@ class AnnotationsPropertySource extends EnumerablePropertySource<Class<?>> {
|
||||
}
|
||||
else if (value instanceof MergedAnnotation<?> annotation) {
|
||||
for (Method attribute : annotation.getType().getDeclaredMethods()) {
|
||||
collectProperties(name, defaultSkip, (MergedAnnotation<?>) value, attribute, properties);
|
||||
collectProperties(name, defaultSkip, annotation, attribute, properties);
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user