File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
spring-context/src/test/java/org/springframework/context/annotation Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2024 the original author or authors.
2
+ * Copyright 2002-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -233,7 +233,12 @@ static class InterfaceBasedConfig implements ConfigImportMarker {
233
233
}
234
234
235
235
@ Configuration
236
+ @ Import (OverridingImportedConfig .class )
236
237
static class OverridingConfig implements ConfigImportMarker {
238
+ }
239
+
240
+ @ Configuration
241
+ static class OverridingImportedConfig {
237
242
@ Bean
238
243
ImportedBean importedBean () {
239
244
return new ImportedBean ("from class" );
You can’t perform that action at this time.
0 commit comments