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.-
Required Element Summary
Required Elements
-
Element Details
-
value
ImportHttpServices[] value
-