Remove default value for Container annotation
This commit is contained in:
@@ -108,7 +108,7 @@ public @interface ImportHttpServices {
|
||||
@Import(AnnotationHttpServiceRegistrar.class)
|
||||
@interface Container {
|
||||
|
||||
ImportHttpServices[] value() default {};
|
||||
ImportHttpServices[] value();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user