Skip to content

Commit 8bd4804

Browse files
committed
Made processCommonDefinitionAnnotations(AnnotatedBeanDefinition) public
Issue: SPR-11032
1 parent 4aab315 commit 8bd4804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-context/src/main/java/org/springframework/context/annotation/AnnotationConfigUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ else if (registry instanceof GenericApplicationContext) {
260260
}
261261
}
262262

263-
static void processCommonDefinitionAnnotations(AnnotatedBeanDefinition abd) {
263+
public static void processCommonDefinitionAnnotations(AnnotatedBeanDefinition abd) {
264264
processCommonDefinitionAnnotations(abd, abd.getMetadata());
265265
}
266266

0 commit comments

Comments
 (0)