Annotation Interface ImportHttpServices.Container
- Enclosing class:
- ImportHttpServices
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Import(org.springframework.web.service.registry.AnnotationHttpServiceRegistrar.class)
public static @interface ImportHttpServices.Container
Container annotation that is necessary for the repeatable
 
@ImportHttpServices annotation, but does not
 need to be declared in application code.- Since:
- 7.0
- Author:
- Olga Maciaszek-Sharma, Rossen Stoyanchev
- 
Required Element SummaryRequired Elements
- 
Element Details- 
valueImportHttpServices[] value
 
-