We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aab315 commit 8bd4804Copy full SHA for 8bd4804
spring-context/src/main/java/org/springframework/context/annotation/AnnotationConfigUtils.java
@@ -260,7 +260,7 @@ else if (registry instanceof GenericApplicationContext) {
260
}
261
262
263
- static void processCommonDefinitionAnnotations(AnnotatedBeanDefinition abd) {
+ public static void processCommonDefinitionAnnotations(AnnotatedBeanDefinition abd) {
264
processCommonDefinitionAnnotations(abd, abd.getMetadata());
265
266
0 commit comments