Remove default value for Container annotation

This commit is contained in:
Sam Brannen
2025-04-03 10:59:33 +02:00
parent 6576c52ed3
commit d10d8e98c2

View File

@@ -108,7 +108,7 @@ public @interface ImportHttpServices {
@Import(AnnotationHttpServiceRegistrar.class)
@interface Container {
ImportHttpServices[] value() default {};
ImportHttpServices[] value();
}
}