Annotation Type EnableIntegrationGraphController


@Target(TYPE)
@Retention(RUNTIME)
@Inherited
@Import(IntegrationGraphControllerRegistrar.class)
public @interface EnableIntegrationGraphController
Enables the IntegrationGraphController if org.springframework.web.servlet.DispatcherServlet or org.springframework.web.reactive.DispatcherHandler is present in the classpath.
Since:
4.3
Author:
Artem Bilan
See Also:
IntegrationGraphController