Annotation Interface EnableDataFlowServer
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Inherited
@Import(EnableDataFlowServerConfiguration.class)
public @interface EnableDataFlowServer
Activates a Spring Cloud Data Flow Server implementation.
- Author:
- Josh Long