mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 07:39:09 +00:00
Remove default value for Container annotation
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ public @interface ImportHttpServices {
|
||||
@Import(AnnotationHttpServiceRegistrar.class)
|
||||
@interface Container {
|
||||
|
||||
ImportHttpServices[] value() default {};
|
||||
ImportHttpServices[] value();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user