diff --git a/spring-web/src/main/java/org/springframework/web/service/registry/ImportHttpServices.java b/spring-web/src/main/java/org/springframework/web/service/registry/ImportHttpServices.java index 9bd5e94e0c..ada2739038 100644 --- a/spring-web/src/main/java/org/springframework/web/service/registry/ImportHttpServices.java +++ b/spring-web/src/main/java/org/springframework/web/service/registry/ImportHttpServices.java @@ -108,7 +108,7 @@ public @interface ImportHttpServices { @Import(AnnotationHttpServiceRegistrar.class) @interface Container { - ImportHttpServices[] value() default {}; + ImportHttpServices[] value(); } }